#B96FBE

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

Shades of Fuchsia #B96FBE

Tints of Fuchsia #B96FBE

Color information

#B96FBE (or 0xB96FBE) is unknown color: approx Fuchsia. HEX triplet: B9, 6F and BE. RGB value is (185,111,190). Sum of RGB (Red+Green+Blue) = 185+111+190=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #B96FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FBE is #469041. Grayscale: #8D8D8D. Windows color (decimal): -4624450 or 12480441. OLE color: 12480441.

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

Color convert

RGB185111190-
CMYK0.030.4200.25
HSL296.2º37.8%59.02%-
HSV(B)296.2º41.58%74.51%-
XYZ34.9925.451.77-
YUV142.13155.02158.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.07%
GREEN value IS 111 (43.75% from 255) = 22.84%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=38.07%
G=22.84%
B=39.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851111900.030.4200.25296.237.859.02
HexB96FBE32A019128263b
Octal2711572763520314504673
Binary1011100111011111011111011101010011001100101000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96FBE; }

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

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

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

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

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

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

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

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