Html Css Color HEX #B84CAA Fuchsia

📋 copy color: '#B84CAA'

red 184 ◦ green 76 ◦ blue 170

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

Shades of Fuchsia #B84CAA

Tints of Fuchsia #B84CAA

RGB

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

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

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

R = 42.79%
G = 17.67%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B84CAA (or 0xB84CAA) is known color: Fuchsia. HEX triplet: B8, 4C and AA. RGB value is (184,76,170). Sum of RGB (Red+Green+Blue) = 184+76+170=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B84CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84CAA is #47B355. Grayscale: #767676. Windows color (decimal): -4698966 or 11160760. OLE color: 11160760.

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

Color convert

RGB 184 76 170 -
CMYK 0 0.59 0.08 0.28
HSL 307.78º 0.43% 0.51% -
HSV(B) 307.78º 0.59% 0.72% -
XYZ 29.61 18.26 39.99 -
YUV 119.01 156.78 174.36 -
System Red Green Blue C M Y K H S L
Decimal 184 76 170 0 0.59 0.08 0.28 307.78 0.43 0.51
Hex B8 4C AA 0 3B 8 1C 134 2B 33
Octal 270 114 252 0 73 10 34 464 53 63
Binary 10111000 1001100 10101010 0 111011 1000 11100 100110100 101011 110011

Color Harmonies of #B84CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84CAA

Black with #B84CAA

Text Example


Text Example

White with #B84CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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