#B36AD0

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

Shades of Medium Orchid #B36AD0

Tints of Medium Orchid #B36AD0

Color information

#B36AD0 (or 0xB36AD0) is unknown color: approx Medium Orchid. HEX triplet: B3, 6A and D0. RGB value is (179,106,208). Sum of RGB (Red+Green+Blue) = 179+106+208=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #B36AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36AD0 is #4C952F. Grayscale: #8B8B8B. Windows color (decimal): -5018928 or 13658803. OLE color: 13658803.

HSL color Cylindrical-coordinate representation of color #B36AD0: hue angle of 282.94º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B36AD0 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB179106208-
CMYK0.140.4900.18
HSL282.94º52.04%61.57%-
HSV(B)282.94º49.04%81.57%-
XYZ35.1324.4562.54-
YUV139.45166.68156.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.31%
GREEN value IS 106 (41.80% from 255) = 21.50%
BLUE value IS 208 (81.64% from 255) = 42.19%
R=36.31%
G=21.50%
B=42.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1791062080.140.4900.18282.9452.0461.57
HexB36AD0E3101211b343e
Octal26315232016610224336476
Binary101100111101010110100001110110001010010100011011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36AD0; }

 p { color: rgb(179,106,208); }

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

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

 a { background-color: rgb(179,106,208); }

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

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

 span { border-color: rgb(179,106,208); }

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