Html Css Color HEX #B849A6 Fuchsia

📋 copy color: '#B849A6'

red 184 ◦ green 73 ◦ blue 166

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

Shades of Fuchsia #B849A6

Tints of Fuchsia #B849A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.24%

R = 43.5%
G = 17.26%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B849A6 (or 0xB849A6) is known color: Fuchsia. HEX triplet: B8, 49 and A6. RGB value is (184,73,166). Sum of RGB (Red+Green+Blue) = 184+73+166=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B849A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B849A6 is #47B659. Grayscale: #747474. Windows color (decimal): -4699738 or 10897848. OLE color: 10897848.

HSL color Cylindrical-coordinate representation of color #B849A6: hue angle of 309.73º 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 #B849A6 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 73 166 -
CMYK 0 0.60 0.10 0.28
HSL 309.73º 0.44% 0.5% -
HSV(B) 309.73º 0.6% 0.72% -
XYZ 29.03 17.71 37.96 -
YUV 116.79 155.77 175.94 -
System Red Green Blue C M Y K H S L
Decimal 184 73 166 0 0.60 0.10 0.28 309.73 0.44 0.5
Hex B8 49 A6 0 3C A 1C 136 2C 32
Octal 270 111 246 0 74 12 34 466 54 62
Binary 10111000 1001001 10100110 0 111100 1010 11100 100110110 101100 110010

Color Harmonies of #B849A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B849A6

Black with #B849A6

Text Example


Text Example

White with #B849A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B849A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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