Html Css Color HEX #B84BAC Fuchsia

📋 copy color: '#B84BAC'

red 184 ◦ green 75 ◦ blue 172

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

Shades of Fuchsia #B84BAC

Tints of Fuchsia #B84BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.4%

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

R = 42.69%
G = 17.4%
B = 39.91%

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

#B84BAC (or 0xB84BAC) is known color: Fuchsia. HEX triplet: B8, 4B and AC. RGB value is (184,75,172). Sum of RGB (Red+Green+Blue) = 184+75+172=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B84BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84BAC is #47B453. Grayscale: #767676. Windows color (decimal): -4699220 or 11291576. OLE color: 11291576.

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

Color convert

RGB 184 75 172 -
CMYK 0 0.59 0.07 0.28
HSL 306.61º 0.43% 0.51% -
HSV(B) 306.61º 0.59% 0.72% -
XYZ 29.73 18.2 40.98 -
YUV 118.65 158.11 174.61 -
System Red Green Blue C M Y K H S L
Decimal 184 75 172 0 0.59 0.07 0.28 306.61 0.43 0.51
Hex B8 4B AC 0 3B 7 1C 133 2B 33
Octal 270 113 254 0 73 7 34 463 53 63
Binary 10111000 1001011 10101100 0 111011 111 11100 100110011 101011 110011

Color Harmonies of #B84BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84BAC

Black with #B84BAC

Text Example


Text Example

White with #B84BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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