#B36DBA

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

Shades of Fuchsia #B36DBA

Tints of Fuchsia #B36DBA

Color information

#B36DBA (or 0xB36DBA) is unknown color: approx Fuchsia. HEX triplet: B3, 6D and BA. RGB value is (179,109,186). Sum of RGB (Red+Green+Blue) = 179+109+186=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #B36DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36DBA is #4C9245. Grayscale: #8A8A8A. Windows color (decimal): -5018182 or 12217779. OLE color: 12217779.

HSL color Cylindrical-coordinate representation of color #B36DBA: hue angle of 294.55º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B36DBA is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179109186-
CMYK0.040.4100.27
HSL294.55º35.81%57.84%-
HSV(B)294.55º41.4%72.94%-
XYZ32.9224.0749.36-
YUV138.71154.69156.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.76%
GREEN value IS 109 (42.97% from 255) = 23.00%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=37.76%
G=23.00%
B=39.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791091860.040.4100.27294.5535.8157.84
HexB36DBA42901B127243a
Octal2631552724510334474472
Binary10110011110110110111010100101001011011100100111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36DBA; }

 p { color: rgb(179,109,186); }

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

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

 a { background-color: rgb(179,109,186); }

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

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

 span { border-color: rgb(179,109,186); }

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