Html Css Color HEX #B84CAC Fuchsia

📋 copy color: '#B84CAC'

red 184 ◦ green 76 ◦ blue 172

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

Shades of Fuchsia #B84CAC

Tints of Fuchsia #B84CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.81%

R = 42.59%
G = 17.59%
B = 39.81%

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

#B84CAC (or 0xB84CAC) is known color: Fuchsia. HEX triplet: B8, 4C and AC. RGB value is (184,76,172). Sum of RGB (Red+Green+Blue) = 184+76+172=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B84CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84CAC is #47B353. Grayscale: #767676. Windows color (decimal): -4698964 or 11291832. OLE color: 11291832.

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

Color convert

RGB 184 76 172 -
CMYK 0 0.59 0.07 0.28
HSL 306.67º 0.43% 0.51% -
HSV(B) 306.67º 0.59% 0.72% -
XYZ 29.8 18.34 41 -
YUV 119.24 157.78 174.19 -
System Red Green Blue C M Y K H S L
Decimal 184 76 172 0 0.59 0.07 0.28 306.67 0.43 0.51
Hex B8 4C AC 0 3B 7 1C 133 2B 33
Octal 270 114 254 0 73 7 34 463 53 63
Binary 10111000 1001100 10101100 0 111011 111 11100 100110011 101011 110011

Color Harmonies of #B84CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84CAC

Black with #B84CAC

Text Example


Text Example

White with #B84CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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