#b84dbd

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

Shades of Fuchsia #B84DBD

Tints of Fuchsia #B84DBD

Color information

#B84DBD (or 0xB84DBD) is unknown color: approx Fuchsia. HEX triplet: B8, 4D and BD. RGB value is (184,77,189). Sum of RGB (Red+Green+Blue) = 184+77+189=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #B84DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84DBD is #47B242. Grayscale: #797979. Windows color (decimal): -4698691 or 12406200. OLE color: 12406200.

HSL color Cylindrical-coordinate representation of color #B84DBD: hue angle of 297.32º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84DBD is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18477189-
CMYK0.030.5900.26
HSL297.32º45.9%52.16%-
HSV(B)297.32º59.26%74.12%-
XYZ31.6119.1750.18-
YUV121.76165.95172.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.89%
GREEN value IS 77 (30.47% from 255) = 17.11%
BLUE value IS 189 (74.22% from 255) = 42%
R=40.89%
G=17.11%
B=42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184771890.030.5900.26297.3245.952.16
HexB84DBD33B01A1292e34
Octal2701152753730324515664
Binary1011100010011011011110111111011011010100101001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b84dbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b84dbd; }

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

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

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

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

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

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

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

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