#B96EBE

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

Shades of Fuchsia #B96EBE

Tints of Fuchsia #B96EBE

Color information

#B96EBE (or 0xB96EBE) is unknown color: approx Fuchsia. HEX triplet: B9, 6E and BE. RGB value is (185,110,190). Sum of RGB (Red+Green+Blue) = 185+110+190=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #B96EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96EBE is #469141. Grayscale: #8D8D8D. Windows color (decimal): -4624706 or 12480185. OLE color: 12480185.

HSL color Cylindrical-coordinate representation of color #B96EBE: hue angle of 296.25º 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 #B96EBE is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185110190-
CMYK0.030.4200.25
HSL296.25º38.1%58.82%-
HSV(B)296.25º42.11%74.51%-
XYZ34.8825.1851.74-
YUV141.54155.35159-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.14%
GREEN value IS 110 (43.36% from 255) = 22.68%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=38.14%
G=22.68%
B=39.18%

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
Decimal1851101900.030.4200.25296.2538.158.82
HexB96EBE32A019128263b
Octal2711562763520314504673
Binary1011100111011101011111011101010011001100101000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96EBE; }

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

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

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

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

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

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

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

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