#B96EBD

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

Shades of Fuchsia #B96EBD

Tints of Fuchsia #B96EBD

Color information

#B96EBD (or 0xB96EBD) is unknown color: approx Fuchsia. HEX triplet: B9, 6E and BD. RGB value is (185,110,189). Sum of RGB (Red+Green+Blue) = 185+110+189=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #B96EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96EBD is #469142. Grayscale: #8D8D8D. Windows color (decimal): -4624707 or 12414649. OLE color: 12414649.

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

Color convert

RGB185110189-
CMYK0.020.4200.26
HSL296.96º37.44%58.63%-
HSV(B)296.96º41.8%74.12%-
XYZ34.7725.1451.16-
YUV141.43154.85159.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.22%
GREEN value IS 110 (43.36% from 255) = 22.73%
BLUE value IS 189 (74.22% from 255) = 39.05%
R=38.22%
G=22.73%
B=39.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851101890.020.4200.26296.9637.4458.63
HexB96EBD22A01A129253b
Octal2711562752520324514573
Binary1011100111011101011110110101010011010100101001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96EBD; }

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

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

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

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

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

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

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

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