#B85DB9

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

Shades of Fuchsia #B85DB9

Tints of Fuchsia #B85DB9

Color information

#B85DB9 (or 0xB85DB9) is unknown color: approx Fuchsia. HEX triplet: B8, 5D and B9. RGB value is (184,93,185). Sum of RGB (Red+Green+Blue) = 184+93+185=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 185 - color contains mainly: blue. Hex color #B85DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85DB9 is #47A246. Grayscale: #828282. Windows color (decimal): -4694599 or 12148152. OLE color: 12148152.

HSL color Cylindrical-coordinate representation of color #B85DB9: hue angle of 299.35º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B85DB9 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18493185-
CMYK0.010.5000.27
HSL299.35º39.66%54.51%-
HSV(B)299.35º49.73%72.55%-
XYZ32.4421.5248.34-
YUV130.7158.65166.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.83%
GREEN value IS 93 (36.72% from 255) = 20.13%
BLUE value IS 185 (72.66% from 255) = 40.04%
R=39.83%
G=20.13%
B=40.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184931850.010.5000.27299.3539.6654.51
HexB85DB913201B12b2837
Octal2701352711620334535067
Binary101110001011101101110011110010011011100101011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85DB9; }

 p { color: rgb(184,93,185); }

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

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

 a { background-color: rgb(184,93,185); }

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

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

 span { border-color: rgb(184,93,185); }

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