Html Css Color HEX #B446A8 Fuchsia

📋 copy color: '#B446A8'

red 180 ◦ green 70 ◦ blue 168

#B446A8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #B446A8

Tints of Fuchsia #B446A8

RGB

 RED value IS 180 (70.7% from 255) = 43.06%

 GREEN value IS 70 (27.73% from 255) = 16.75%

 BLUE value IS 168 (66.02% from 255) = 40.19%

R = 43.06%
G = 16.75%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B446A8 (or 0xB446A8) is known color: Fuchsia. HEX triplet: B4, 46 and A8. RGB value is (180,70,168). Sum of RGB (Red+Green+Blue) = 180+70+168=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 168 (66.02% from 255 or 40.19% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B446A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B446A8 is #4BB957. Grayscale: #717171. Windows color (decimal): -4962648 or 11028148. OLE color: 11028148.

HSL color Cylindrical-coordinate representation of color #B446A8: hue angle of 306.55º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B446A8 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 70 168 -
CMYK 0 0.61 0.07 0.29
HSL 306.55º 0.44% 0.49% -
HSV(B) 306.55º 0.61% 0.71% -
XYZ 28.08 16.91 38.83 -
YUV 114.06 158.44 175.03 -
System Red Green Blue C M Y K H S L
Decimal 180 70 168 0 0.61 0.07 0.29 306.55 0.44 0.49
Hex B4 46 A8 0 3D 7 1D 133 2C 31
Octal 264 106 250 0 75 7 35 463 54 61
Binary 10110100 1000110 10101000 0 111101 111 11101 100110011 101100 110001

Color Harmonies of #B446A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B446A8

Black with #B446A8

Text Example


Text Example

White with #B446A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B446A8; }

 p { color: rgb(180,70,168); }

 H1.HeaderClassName
 {
   color: #B446A8;
 }
 .AnyTagClassName
 {
   color: #B446A8;
 }
</style>

background-color css

<style>
 a { background-color: #B446A8; }

 a { background-color: rgb(180,70,168); }

 div.DivClassName
 {
   background-color: #B446A8;
 }
 .BgClassName
 {
   background-color: #B446A8;
 }
</style>

border-color css

<style>
 span { border-color: #B446A8; }

 span { border-color: rgb(180,70,168); }

 td.TdClassName
 {
   border-color: #B446A8;
 }
 .TagClassName
 {
   border-color: #B446A8;
 }
</style>