#B36EE7

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

Shades of Medium Orchid #B36EE7

Tints of Medium Orchid #B36EE7

Color information

#B36EE7 (or 0xB36EE7) is unknown color: approx Medium Orchid. HEX triplet: B3, 6E and E7. RGB value is (179,110,231). Sum of RGB (Red+Green+Blue) = 179+110+231=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 231 (90.62% from 255 or 44.42% from 520); Max value from RGB is 231 - color contains mainly: blue. Hex color #B36EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36EE7 is #4C9118. Grayscale: #909090. Windows color (decimal): -5017881 or 15167155. OLE color: 15167155.

HSL color Cylindrical-coordinate representation of color #B36EE7: hue angle of 274.21º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B36EE7 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB179110231-
CMYK0.230.5200.09
HSL274.21º71.6%66.86%-
HSV(B)274.21º52.38%90.59%-
XYZ38.5926.5178.68-
YUV144.42176.86152.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.42%
GREEN value IS 110 (43.36% from 255) = 21.15%
BLUE value IS 231 (90.62% from 255) = 44.42%
R=34.42%
G=21.15%
B=44.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1791102310.230.5200.09274.2171.666.86
HexB36EE71734091124843
Octal2631563472764011422110103
Binary10110011110111011100111101111101000100110001001010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36EE7; }

 p { color: rgb(179,110,231); }

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

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

 a { background-color: rgb(179,110,231); }

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

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

 span { border-color: rgb(179,110,231); }

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