#B464EC

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

Shades of Medium Orchid #B464EC

Tints of Medium Orchid #B464EC

Color information

#B464EC (or 0xB464EC) is unknown color: approx Medium Orchid. HEX triplet: B4, 64 and EC. RGB value is (180,100,236). Sum of RGB (Red+Green+Blue) = 180+100+236=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #B464EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B464EC is #4B9B13. Grayscale: #8A8A8A. Windows color (decimal): -4954900 or 15492276. OLE color: 15492276.

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

Color convert

RGB180100236-
CMYK0.240.5800.07
HSL275.29º78.16%65.88%-
HSV(B)275.29º57.63%92.55%-
XYZ38.5224.8782.13-
YUV139.42182.5156.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.88%
GREEN value IS 100 (39.45% from 255) = 19.38%
BLUE value IS 236 (92.58% from 255) = 45.74%
R=34.88%
G=19.38%
B=45.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801002360.240.5800.07275.2978.1665.88
HexB464EC183A071134e42
Octal264144354307207423116102
Binary1011010011001001110110011000111010011110001001110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B464EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B464EC; }

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

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

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

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

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

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

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

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