Html Css Color HEX #B849A8 Fuchsia

📋 copy color: '#B849A8'

red 184 ◦ green 73 ◦ blue 168

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

Shades of Fuchsia #B849A8

Tints of Fuchsia #B849A8

RGB

 RED value IS 184 (72.27% from 255) = 43.29%

 GREEN value IS 73 (28.91% from 255) = 17.18%

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

R = 43.29%
G = 17.18%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B849A8 (or 0xB849A8) is known color: Fuchsia. HEX triplet: B8, 49 and A8. RGB value is (184,73,168). Sum of RGB (Red+Green+Blue) = 184+73+168=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B849A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B849A8 is #47B657. Grayscale: #747474. Windows color (decimal): -4699736 or 11028920. OLE color: 11028920.

HSL color Cylindrical-coordinate representation of color #B849A8: hue angle of 308.65º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B849A8 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 73 168 -
CMYK 0 0.60 0.09 0.28
HSL 308.65º 0.44% 0.5% -
HSV(B) 308.65º 0.6% 0.72% -
XYZ 29.22 17.78 38.94 -
YUV 117.02 156.77 175.78 -
System Red Green Blue C M Y K H S L
Decimal 184 73 168 0 0.60 0.09 0.28 308.65 0.44 0.5
Hex B8 49 A8 0 3C 9 1C 135 2C 32
Octal 270 111 250 0 74 11 34 465 54 62
Binary 10111000 1001001 10101000 0 111100 1001 11100 100110101 101100 110010

Color Harmonies of #B849A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B849A8

Black with #B849A8

Text Example


Text Example

White with #B849A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B849A8; }

 p { color: rgb(184,73,168); }

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

background-color css

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

 a { background-color: rgb(184,73,168); }

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

border-color css

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

 span { border-color: rgb(184,73,168); }

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