#B95DBF

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

Shades of Fuchsia #B95DBF

Tints of Fuchsia #B95DBF

Color information

#B95DBF (or 0xB95DBF) is unknown color: approx Fuchsia. HEX triplet: B9, 5D and BF. RGB value is (185,93,191). Sum of RGB (Red+Green+Blue) = 185+93+191=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #B95DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95DBF is #46A240. Grayscale: #838383. Windows color (decimal): -4629057 or 12541369. OLE color: 12541369.

HSL color Cylindrical-coordinate representation of color #B95DBF: hue angle of 296.33º 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 #B95DBF is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18593191-
CMYK0.030.5100.25
HSL296.33º43.36%55.69%-
HSV(B)296.33º51.31%74.9%-
XYZ33.3321.951.76-
YUV131.68161.48166.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.45%
GREEN value IS 93 (36.72% from 255) = 19.83%
BLUE value IS 191 (75% from 255) = 40.72%
R=39.45%
G=19.83%
B=40.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185931910.030.5100.25296.3343.3655.69
HexB95DBF3330191282b38
Octal2711352773630314505370
Binary1011100110111011011111111110011011001100101000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95DBF; }

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

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

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

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

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

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

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

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