#B95BBE

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

Shades of Fuchsia #B95BBE

Tints of Fuchsia #B95BBE

Color information

#B95BBE (or 0xB95BBE) is unknown color: approx Fuchsia. HEX triplet: B9, 5B and BE. RGB value is (185,91,190). Sum of RGB (Red+Green+Blue) = 185+91+190=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #B95BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95BBE is #46A441. Grayscale: #828282. Windows color (decimal): -4629570 or 12475321. OLE color: 12475321.

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

Color convert

RGB18591190-
CMYK0.030.5200.25
HSL296.97º43.23%55.1%-
HSV(B)296.97º52.11%74.51%-
XYZ33.0421.5151.13-
YUV130.39161.64166.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.70%
GREEN value IS 91 (35.94% from 255) = 19.53%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=39.70%
G=19.53%
B=40.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185911900.030.5200.25296.9743.2355.1
HexB95BBE3340191292b37
Octal2711332763640314515367
Binary1011100110110111011111011110100011001100101001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95BBE; }

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

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

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

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

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

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

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

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