#B36EBE

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

Shades of Fuchsia #B36EBE

Tints of Fuchsia #B36EBE

Color information

#B36EBE (or 0xB36EBE) is unknown color: approx Fuchsia. HEX triplet: B3, 6E and BE. RGB value is (179,110,190). Sum of RGB (Red+Green+Blue) = 179+110+190=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #B36EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36EBE is #4C9141. Grayscale: #8B8B8B. Windows color (decimal): -5017922 or 12480179. OLE color: 12480179.

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

Color convert

RGB179110190-
CMYK0.060.4200.25
HSL291.75º38.1%58.82%-
HSV(B)291.75º42.11%74.51%-
XYZ33.4624.4551.67-
YUV139.75156.36156-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.37%
GREEN value IS 110 (43.36% from 255) = 22.96%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=37.37%
G=22.96%
B=39.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791101900.060.4200.25291.7538.158.82
HexB36EBE62A019124263b
Octal2631562766520314444673
Binary10110011110111010111110110101010011001100100100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36EBE; }

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

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

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

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

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

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

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

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