#B36DDD

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

Shades of Medium Orchid #B36DDD

Tints of Medium Orchid #B36DDD

Color information

#B36DDD (or 0xB36DDD) is unknown color: approx Medium Orchid. HEX triplet: B3, 6D and DD. RGB value is (179,109,221). Sum of RGB (Red+Green+Blue) = 179+109+221=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #B36DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36DDD is #4C9222. Grayscale: #8E8E8E. Windows color (decimal): -5018147 or 14511539. OLE color: 14511539.

HSL color Cylindrical-coordinate representation of color #B36DDD: hue angle of 277.5º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B36DDD is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179109221-
CMYK0.190.5100.13
HSL277.5º62.22%64.71%-
HSV(B)277.5º50.68%86.67%-
XYZ37.1125.7471.42-
YUV142.7172.19153.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.17%
GREEN value IS 109 (42.97% from 255) = 21.41%
BLUE value IS 221 (86.72% from 255) = 43.42%
R=35.17%
G=21.41%
B=43.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791092210.190.5100.13277.562.2264.71
HexB36DDD13330D1163e41
Octal263155335236301542676101
Binary1011001111011011101110110011110011011011000101101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36DDD; }

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

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

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

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

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

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

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

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