#B95DB0

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

Shades of Fuchsia #B95DB0

Tints of Fuchsia #B95DB0

Color information

#B95DB0 (or 0xB95DB0) is unknown color: approx Fuchsia. HEX triplet: B9, 5D and B0. RGB value is (185,93,176). Sum of RGB (Red+Green+Blue) = 185+93+176=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B95DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95DB0 is #46A24F. Grayscale: #818181. Windows color (decimal): -4629072 or 11558329. OLE color: 11558329.

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

Color convert

RGB18593176-
CMYK00.500.050.27
HSL305.87º39.66%54.51%-
HSV(B)305.87º49.73%72.55%-
XYZ31.7621.2843.51-
YUV129.97153.98167.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 93 (36.72% from 255) = 20.48%
BLUE value IS 176 (69.14% from 255) = 38.77%
R=40.75%
G=20.48%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859317600.500.050.27305.8739.6654.51
HexB95DB003251B1322837
Octal2711352600625334625067
Binary10111001101110110110000011001010111011100110010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95DB0; }

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

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

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

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

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

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

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

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