Html Css Color HEX #B84FA8 Fuchsia

📋 copy color: '#B84FA8'

red 184 ◦ green 79 ◦ blue 168

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

Shades of Fuchsia #B84FA8

Tints of Fuchsia #B84FA8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.33%

 BLUE value IS 168 (66.02% from 255) = 38.98%

R = 42.69%
G = 18.33%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B84FA8 (or 0xB84FA8) is known color: Fuchsia. HEX triplet: B8, 4F and A8. RGB value is (184,79,168). Sum of RGB (Red+Green+Blue) = 184+79+168=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B84FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B84FA8 is #47B057. Grayscale: #787878. Windows color (decimal): -4698200 or 11030456. OLE color: 11030456.

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

Color convert

RGB 184 79 168 -
CMYK 0 0.57 0.09 0.28
HSL 309.14º 0.43% 0.52% -
HSV(B) 309.14º 0.57% 0.72% -
XYZ 29.63 18.61 39.08 -
YUV 120.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 184 79 168 0 0.57 0.09 0.28 309.14 0.43 0.52
Hex B8 4F A8 0 39 9 1C 135 2B 34
Octal 270 117 250 0 71 11 34 465 53 64
Binary 10111000 1001111 10101000 0 111001 1001 11100 100110101 101011 110100

Color Harmonies of #B84FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84FA8

Black with #B84FA8

Text Example


Text Example

White with #B84FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84FA8; }

 p { color: rgb(184,79,168); }

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

background-color css

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

 a { background-color: rgb(184,79,168); }

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

border-color css

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

 span { border-color: rgb(184,79,168); }

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