#B36DBD

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

Shades of Fuchsia #B36DBD

Tints of Fuchsia #B36DBD

Color information

#B36DBD (or 0xB36DBD) is unknown color: approx Fuchsia. HEX triplet: B3, 6D and BD. RGB value is (179,109,189). Sum of RGB (Red+Green+Blue) = 179+109+189=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #B36DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36DBD is #4C9242. Grayscale: #8A8A8A. Windows color (decimal): -5018179 or 12414387. OLE color: 12414387.

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

Color convert

RGB179109189-
CMYK0.050.4200.26
HSL292.5º37.74%58.43%-
HSV(B)292.5º42.33%74.12%-
XYZ33.2424.251.06-
YUV139.05156.19156.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.53%
GREEN value IS 109 (42.97% from 255) = 22.85%
BLUE value IS 189 (74.22% from 255) = 39.62%
R=37.53%
G=22.85%
B=39.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791091890.050.4200.26292.537.7458.43
HexB36DBD52A01A124263a
Octal2631552755520324444672
Binary10110011110110110111101101101010011010100100100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36DBD; }

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

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

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

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

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

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

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

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