Html Css Color HEX #B84CAB Fuchsia

📋 copy color: '#B84CAB'

red 184 ◦ green 76 ◦ blue 171

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

Shades of Fuchsia #B84CAB

Tints of Fuchsia #B84CAB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.63%

 BLUE value IS 171 (67.19% from 255) = 39.68%

R = 42.69%
G = 17.63%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B84CAB (or 0xB84CAB) is known color: Fuchsia. HEX triplet: B8, 4C and AB. RGB value is (184,76,171). Sum of RGB (Red+Green+Blue) = 184+76+171=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B84CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84CAB is #47B354. Grayscale: #767676. Windows color (decimal): -4698965 or 11226296. OLE color: 11226296.

HSL color Cylindrical-coordinate representation of color #B84CAB: hue angle of 307.22º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84CAB is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 76 171 -
CMYK 0 0.59 0.07 0.28
HSL 307.22º 0.43% 0.51% -
HSV(B) 307.22º 0.59% 0.72% -
XYZ 29.7 18.3 40.49 -
YUV 119.12 157.28 174.28 -
System Red Green Blue C M Y K H S L
Decimal 184 76 171 0 0.59 0.07 0.28 307.22 0.43 0.51
Hex B8 4C AB 0 3B 7 1C 133 2B 33
Octal 270 114 253 0 73 7 34 463 53 63
Binary 10111000 1001100 10101011 0 111011 111 11100 100110011 101011 110011

Color Harmonies of #B84CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84CAB

Black with #B84CAB

Text Example


Text Example

White with #B84CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84CAB; }

 p { color: rgb(184,76,171); }

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

background-color css

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

 a { background-color: rgb(184,76,171); }

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

border-color css

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

 span { border-color: rgb(184,76,171); }

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