#B36AE8

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

Shades of Medium Orchid #B36AE8

Tints of Medium Orchid #B36AE8

Color information

#B36AE8 (or 0xB36AE8) is unknown color: approx Medium Orchid. HEX triplet: B3, 6A and E8. RGB value is (179,106,232). Sum of RGB (Red+Green+Blue) = 179+106+232=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 232 (91.02% from 255 or 44.87% from 517); Max value from RGB is 232 - color contains mainly: blue. Hex color #B36AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36AE8 is #4C9517. Grayscale: #8D8D8D. Windows color (decimal): -5018904 or 15231667. OLE color: 15231667.

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

Color convert

RGB179106232-
CMYK0.230.5400.09
HSL274.76º73.26%66.27%-
HSV(B)274.76º54.31%90.98%-
XYZ38.3125.7279.29-
YUV142.19178.68154.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.62%
GREEN value IS 106 (41.80% from 255) = 20.50%
BLUE value IS 232 (91.02% from 255) = 44.87%
R=34.62%
G=20.50%
B=44.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1791062320.230.5400.09274.7673.2666.27
HexB36AE81736091134942
Octal2631523502766011423111102
Binary10110011110101011101000101111101100100110001001110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36AE8; }

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

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

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

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

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

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

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

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