#B456EC

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

Shades of Medium Orchid #B456EC

Tints of Medium Orchid #B456EC

Color information

#B456EC (or 0xB456EC) is unknown color: approx Medium Orchid. HEX triplet: B4, 56 and EC. RGB value is (180,86,236). Sum of RGB (Red+Green+Blue) = 180+86+236=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #B456EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B456EC is #4BA913. Grayscale: #828282. Windows color (decimal): -4958484 or 15488692. OLE color: 15488692.

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

Color convert

RGB18086236-
CMYK0.240.6400.07
HSL277.6º79.79%63.14%-
HSV(B)277.6º63.56%92.55%-
XYZ37.2922.4281.72-
YUV131.21187.14162.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.86%
GREEN value IS 86 (33.98% from 255) = 17.13%
BLUE value IS 236 (92.58% from 255) = 47.01%
R=35.86%
G=17.13%
B=47.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal180862360.240.6400.07277.679.7963.14
HexB456EC184007116503f
Octal264126354301000742612077
Binary1011010010101101110110011000100000001111000101101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B456EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B456EC; }

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

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

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

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

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

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

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

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