#B95BBD

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

Shades of Fuchsia #B95BBD

Tints of Fuchsia #B95BBD

Color information

#B95BBD (or 0xB95BBD) is unknown color: approx Fuchsia. HEX triplet: B9, 5B and BD. RGB value is (185,91,189). Sum of RGB (Red+Green+Blue) = 185+91+189=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #B95BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95BBD is #46A442. Grayscale: #818181. Windows color (decimal): -4629571 or 12409785. OLE color: 12409785.

HSL color Cylindrical-coordinate representation of color #B95BBD: hue angle of 297.55º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B95BBD is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18591189-
CMYK0.020.5200.26
HSL297.55º42.61%54.9%-
HSV(B)297.55º51.85%74.12%-
XYZ32.9321.4750.55-
YUV130.28161.14167.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.78%
GREEN value IS 91 (35.94% from 255) = 19.57%
BLUE value IS 189 (74.22% from 255) = 40.65%
R=39.78%
G=19.57%
B=40.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185911890.020.5200.26297.5542.6154.9
HexB95BBD23401A12a2b37
Octal2711332752640324525367
Binary1011100110110111011110110110100011010100101010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95BBD; }

 p { color: rgb(185,91,189); }

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

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

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

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

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

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

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