Html Css Color HEX #B84EAC Fuchsia

📋 copy color: '#B84EAC'

red 184 ◦ green 78 ◦ blue 172

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

Shades of Fuchsia #B84EAC

Tints of Fuchsia #B84EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.97%

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

R = 42.4%
G = 17.97%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B84EAC (or 0xB84EAC) is known color: Fuchsia. HEX triplet: B8, 4E and AC. RGB value is (184,78,172). Sum of RGB (Red+Green+Blue) = 184+78+172=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B84EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B84EAC is #47B153. Grayscale: #787878. Windows color (decimal): -4698452 or 11292344. OLE color: 11292344.

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

Color convert

RGB 184 78 172 -
CMYK 0 0.58 0.07 0.28
HSL 306.79º 0.43% 0.51% -
HSV(B) 306.79º 0.58% 0.72% -
XYZ 29.94 18.62 41.05 -
YUV 120.41 157.12 173.36 -
System Red Green Blue C M Y K H S L
Decimal 184 78 172 0 0.58 0.07 0.28 306.79 0.43 0.51
Hex B8 4E AC 0 3A 7 1C 133 2B 33
Octal 270 116 254 0 72 7 34 463 53 63
Binary 10111000 1001110 10101100 0 111010 111 11100 100110011 101011 110011

Color Harmonies of #B84EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84EAC

Black with #B84EAC

Text Example


Text Example

White with #B84EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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