#B95BB6

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

Shades of Fuchsia #B95BB6

Tints of Fuchsia #B95BB6

Color information

#B95BB6 (or 0xB95BB6) is unknown color: approx Fuchsia. HEX triplet: B9, 5B and B6. RGB value is (185,91,182). Sum of RGB (Red+Green+Blue) = 185+91+182=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 182 (71.48% from 255 or 39.74% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B95BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95BB6 is #46A449. Grayscale: #818181. Windows color (decimal): -4629578 or 11951033. OLE color: 11951033.

HSL color Cylindrical-coordinate representation of color #B95BB6: hue angle of 301.91º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B95BB6 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB18591182-
CMYK00.510.020.27
HSL301.91º40.17%54.12%-
HSV(B)301.91º50.81%72.55%-
XYZ32.1921.1746.65-
YUV129.48157.64167.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 91 (35.94% from 255) = 19.87%
BLUE value IS 182 (71.48% from 255) = 39.74%
R=40.39%
G=19.87%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859118200.510.020.27301.9140.1754.12
HexB95BB603321B12e2836
Octal2711332660632334565066
Binary1011100110110111011011001100111011011100101110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95BB6; }

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

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

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

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

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

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

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

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