#B36DDE

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

Shades of Medium Orchid #B36DDE

Tints of Medium Orchid #B36DDE

Color information

#B36DDE (or 0xB36DDE) is unknown color: approx Medium Orchid. HEX triplet: B3, 6D and DE. RGB value is (179,109,222). Sum of RGB (Red+Green+Blue) = 179+109+222=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #B36DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36DDE is #4C9221. Grayscale: #8E8E8E. Windows color (decimal): -5018146 or 14577075. OLE color: 14577075.

HSL color Cylindrical-coordinate representation of color #B36DDE: hue angle of 277.17º degrees, saturation: 0.63, 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 #B36DDE is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179109222-
CMYK0.190.5100.13
HSL277.17º63.13%64.9%-
HSV(B)277.17º50.9%87.06%-
XYZ37.2425.7972.12-
YUV142.81172.69153.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.10%
GREEN value IS 109 (42.97% from 255) = 21.37%
BLUE value IS 222 (87.11% from 255) = 43.53%
R=35.10%
G=21.37%
B=43.53%

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
Decimal1791092220.190.5100.13277.1763.1364.9
HexB36DDE13330D1153f41
Octal263155336236301542577101
Binary1011001111011011101111010011110011011011000101011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36DDE; }

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

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

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

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

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

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

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

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