#B95DBB

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

Shades of Fuchsia #B95DBB

Tints of Fuchsia #B95DBB

Color information

#B95DBB (or 0xB95DBB) is unknown color: approx Fuchsia. HEX triplet: B9, 5D and BB. RGB value is (185,93,187). Sum of RGB (Red+Green+Blue) = 185+93+187=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #B95DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95DBB is #46A244. Grayscale: #828282. Windows color (decimal): -4629061 or 12279225. OLE color: 12279225.

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

Color convert

RGB18593187-
CMYK0.010.5000.27
HSL298.72º40.87%54.9%-
HSV(B)298.72º50.27%73.33%-
XYZ32.8921.7349.47-
YUV131.22159.48166.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.78%
GREEN value IS 93 (36.72% from 255) = 20%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=39.78%
G=20%
B=40.22%

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
Decimal185931870.010.5000.27298.7240.8754.9
HexB95DBB13201B12b2937
Octal2711352731620334535167
Binary101110011011101101110111110010011011100101011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95DBB; }

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

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

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

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

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

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

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

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