#B459EC

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

Shades of Medium Orchid #B459EC

Tints of Medium Orchid #B459EC

Color information

#B459EC (or 0xB459EC) is unknown color: approx Medium Orchid. HEX triplet: B4, 59 and EC. RGB value is (180,89,236). Sum of RGB (Red+Green+Blue) = 180+89+236=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #B459EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B459EC is #4BA613. Grayscale: #848484. Windows color (decimal): -4957716 or 15489460. OLE color: 15489460.

HSL color Cylindrical-coordinate representation of color #B459EC: hue angle of 277.14º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B459EC is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18089236-
CMYK0.240.6200.07
HSL277.14º79.46%63.73%-
HSV(B)277.14º62.29%92.55%-
XYZ37.5422.981.8-
YUV132.97186.15161.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.64%
GREEN value IS 89 (35.16% from 255) = 17.62%
BLUE value IS 236 (92.58% from 255) = 46.73%
R=35.64%
G=17.62%
B=46.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal180892360.240.6200.07277.1479.4663.73
HexB459EC183E071154f40
Octal264131354307607425117100
Binary1011010010110011110110011000111110011110001010110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B459EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B459EC; }

 p { color: rgb(180,89,236); }

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

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

 a { background-color: rgb(180,89,236); }

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

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

 span { border-color: rgb(180,89,236); }

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