#B36ADF

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

Shades of Medium Orchid #B36ADF

Tints of Medium Orchid #B36ADF

Color information

#B36ADF (or 0xB36ADF) is unknown color: approx Medium Orchid. HEX triplet: B3, 6A and DF. RGB value is (179,106,223). Sum of RGB (Red+Green+Blue) = 179+106+223=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #B36ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36ADF is #4C9520. Grayscale: #8C8C8C. Windows color (decimal): -5018913 or 14641843. OLE color: 14641843.

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

Color convert

RGB179106223-
CMYK0.200.5200.13
HSL277.44º64.64%64.51%-
HSV(B)277.44º52.47%87.45%-
XYZ37.0625.2272.73-
YUV141.16174.18154.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.24%
GREEN value IS 106 (41.80% from 255) = 20.87%
BLUE value IS 223 (87.5% from 255) = 43.90%
R=35.24%
G=20.87%
B=43.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791062230.200.5200.13277.4464.6464.51
HexB36ADF14340D1154141
Octal2631523372464015425101101
Binary10110011110101011011111101001101000110110001010110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36ADF; }

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

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

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

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

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

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

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

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