#B84DB3

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

Shades of Fuchsia #B84DB3

Tints of Fuchsia #B84DB3

Color information

#B84DB3 (or 0xB84DB3) is unknown color: approx Fuchsia. HEX triplet: B8, 4D and B3. RGB value is (184,77,179). Sum of RGB (Red+Green+Blue) = 184+77+179=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B84DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84DB3 is #47B24C. Grayscale: #787878. Windows color (decimal): -4698701 or 11750840. OLE color: 11750840.

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

Color convert

RGB18477179-
CMYK00.580.030.28
HSL302.8º42.97%51.18%-
HSV(B)302.8º58.15%72.16%-
XYZ30.5618.7544.66-
YUV120.62160.95173.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.82%
GREEN value IS 77 (30.47% from 255) = 17.5%
BLUE value IS 179 (70.31% from 255) = 40.68%
R=41.82%
G=17.5%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847717900.580.030.28302.842.9751.18
HexB84DB303A31C12f2b33
Octal2701152630723344575363
Binary1011100010011011011001101110101111100100101111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84DB3; }

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

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

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

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

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

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

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

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