Html Css Color HEX #B849AA Fuchsia

📋 copy color: '#B849AA'

red 184 ◦ green 73 ◦ blue 170

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

Shades of Fuchsia #B849AA

Tints of Fuchsia #B849AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.81%

R = 43.09%
G = 17.1%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B849AA (or 0xB849AA) is known color: Fuchsia. HEX triplet: B8, 49 and AA. RGB value is (184,73,170). Sum of RGB (Red+Green+Blue) = 184+73+170=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B849AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B849AA is #47B655. Grayscale: #747474. Windows color (decimal): -4699734 or 11159992. OLE color: 11159992.

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

Color convert

RGB 184 73 170 -
CMYK 0 0.60 0.08 0.28
HSL 307.57º 0.44% 0.5% -
HSV(B) 307.57º 0.6% 0.72% -
XYZ 29.41 17.86 39.93 -
YUV 117.25 157.77 175.61 -
System Red Green Blue C M Y K H S L
Decimal 184 73 170 0 0.60 0.08 0.28 307.57 0.44 0.5
Hex B8 49 AA 0 3C 8 1C 134 2C 32
Octal 270 111 252 0 74 10 34 464 54 62
Binary 10111000 1001001 10101010 0 111100 1000 11100 100110100 101100 110010

Color Harmonies of #B849AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B849AA

Black with #B849AA

Text Example


Text Example

White with #B849AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B849AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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