#B36BEA

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

Shades of Medium Orchid #B36BEA

Tints of Medium Orchid #B36BEA

Color information

#B36BEA (or 0xB36BEA) is unknown color: approx Medium Orchid. HEX triplet: B3, 6B and EA. RGB value is (179,107,234). Sum of RGB (Red+Green+Blue) = 179+107+234=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #B36BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36BEA is #4C9415. Grayscale: #8E8E8E. Windows color (decimal): -5018646 or 15362995. OLE color: 15362995.

HSL color Cylindrical-coordinate representation of color #B36BEA: hue angle of 274.02º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B36BEA is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179107234-
CMYK0.240.5400.08
HSL274.02º75.15%66.86%-
HSV(B)274.02º54.27%91.76%-
XYZ38.726.0480.83-
YUV143.01179.35153.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.42%
GREEN value IS 107 (42.19% from 255) = 20.58%
BLUE value IS 234 (91.80% from 255) = 45%
R=34.42%
G=20.58%
B=45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791072340.240.5400.08274.0275.1566.86
HexB36BEA1836081124b43
Octal2631533523066010422113103
Binary10110011110101111101010110001101100100010001001010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36BEA; }

 p { color: rgb(179,107,234); }

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

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

 a { background-color: rgb(179,107,234); }

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

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

 span { border-color: rgb(179,107,234); }

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