#B36DB7

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

Shades of Fuchsia #B36DB7

Tints of Fuchsia #B36DB7

Color information

#B36DB7 (or 0xB36DB7) is unknown color: approx Fuchsia. HEX triplet: B3, 6D and B7. RGB value is (179,109,183). Sum of RGB (Red+Green+Blue) = 179+109+183=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 183 - color contains mainly: blue. Hex color #B36DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36DB7 is #4C9248. Grayscale: #8A8A8A. Windows color (decimal): -5018185 or 12021171. OLE color: 12021171.

HSL color Cylindrical-coordinate representation of color #B36DB7: hue angle of 296.76º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B36DB7 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB179109183-
CMYK0.020.4000.28
HSL296.76º33.94%57.25%-
HSV(B)296.76º40.44%71.76%-
XYZ32.6123.9447.7-
YUV138.37153.19156.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.00%
GREEN value IS 109 (42.97% from 255) = 23.14%
BLUE value IS 183 (71.88% from 255) = 38.85%
R=38.00%
G=23.14%
B=38.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1791091830.020.4000.28296.7633.9457.25
HexB36DB722801C1292239
Octal2631552672500344514271
Binary1011001111011011011011110101000011100100101001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36DB7; }

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

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

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

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

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

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

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

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