#B95DB9

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

Shades of Fuchsia #B95DB9

Tints of Fuchsia #B95DB9

Color information

#B95DB9 (or 0xB95DB9) is unknown color: approx Fuchsia. HEX triplet: B9, 5D and B9. RGB value is (185,93,185). Sum of RGB (Red+Green+Blue) = 185+93+185=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B95DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95DB9 is #46A246. Grayscale: #828282. Windows color (decimal): -4629063 or 12148153. OLE color: 12148153.

HSL color Cylindrical-coordinate representation of color #B95DB9: hue angle of 300º 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 #B95DB9 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18593185-
CMYK00.5000.27
HSL300º39.66%54.51%-
HSV(B)300º49.73%72.55%-
XYZ32.6821.6548.35-
YUV131158.48166.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 93 (36.72% from 255) = 20.09%
BLUE value IS 185 (72.66% from 255) = 39.96%
R=39.96%
G=20.09%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859318500.5000.2730039.6654.51
HexB95DB903201B12c2837
Octal2711352710620334545067
Binary101110011011101101110010110010011011100101100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95DB9; }

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

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

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

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

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

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

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

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