#B85DBF

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

Shades of Fuchsia #B85DBF

Tints of Fuchsia #B85DBF

Color information

#B85DBF (or 0xB85DBF) is unknown color: approx Fuchsia. HEX triplet: B8, 5D and BF. RGB value is (184,93,191). Sum of RGB (Red+Green+Blue) = 184+93+191=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #B85DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85DBF is #47A240. Grayscale: #838383. Windows color (decimal): -4694593 or 12541368. OLE color: 12541368.

HSL color Cylindrical-coordinate representation of color #B85DBF: hue angle of 295.71º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85DBF is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18493191-
CMYK0.040.5100.25
HSL295.71º43.36%55.69%-
HSV(B)295.71º51.31%74.9%-
XYZ33.0921.7851.75-
YUV131.38161.65165.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.32%
GREEN value IS 93 (36.72% from 255) = 19.87%
BLUE value IS 191 (75% from 255) = 40.81%
R=39.32%
G=19.87%
B=40.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184931910.040.5100.25295.7143.3655.69
HexB85DBF4330191282b38
Octal2701352774630314505370
Binary10111000101110110111111100110011011001100101000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85DBF; }

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

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

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

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

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

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

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

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