#B84DC2

Color #B84DC2 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B84DC2

Tints of Fuchsia #B84DC2

Color information

#B84DC2 (or 0xB84DC2) is unknown color: approx Fuchsia. HEX triplet: B8, 4D and C2. RGB value is (184,77,194). Sum of RGB (Red+Green+Blue) = 184+77+194=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 194 - color contains mainly: blue. Hex color #B84DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84DC2 is #47B23D. Grayscale: #797979. Windows color (decimal): -4698686 or 12733880. OLE color: 12733880.

HSL color Cylindrical-coordinate representation of color #B84DC2: hue angle of 294.87º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84DC2 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18477194-
CMYK0.050.6000.24
HSL294.87º48.95%53.14%-
HSV(B)294.87º60.31%76.08%-
XYZ32.1619.3953.09-
YUV122.33168.45171.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 77 (30.47% from 255) = 16.92%
BLUE value IS 194 (76.17% from 255) = 42.64%
R=40.44%
G=16.92%
B=42.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal184771940.050.6000.24294.8748.9553.14
HexB84DC253C0181273135
Octal2701153025740304476165
Binary10111000100110111000010101111100011000100100111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84DC2; }

 p { color: rgb(184,77,194); }

 H1.HeaderClassName
 {
   color: #B84DC2;
 }
 .AnyTagClassName
 {
   color: #B84DC2;
 }
</style>
background-color css

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

 a { background-color: rgb(184,77,194); }

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

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

 span { border-color: rgb(184,77,194); }

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