#B464EA

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

Shades of Medium Orchid #B464EA

Tints of Medium Orchid #B464EA

Color information

#B464EA (or 0xB464EA) is unknown color: approx Medium Orchid. HEX triplet: B4, 64 and EA. RGB value is (180,100,234). Sum of RGB (Red+Green+Blue) = 180+100+234=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #B464EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B464EA is #4B9B15. Grayscale: #8A8A8A. Windows color (decimal): -4954902 or 15361204. OLE color: 15361204.

HSL color Cylindrical-coordinate representation of color #B464EA: hue angle of 275.82º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B464EA is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180100234-
CMYK0.230.5700.08
HSL275.82º76.14%65.49%-
HSV(B)275.82º57.26%91.76%-
XYZ38.2324.7680.61-
YUV139.2181.5157.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.02%
GREEN value IS 100 (39.45% from 255) = 19.46%
BLUE value IS 234 (91.80% from 255) = 45.53%
R=35.02%
G=19.46%
B=45.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801002340.230.5700.08275.8276.1465.49
HexB464EA1739081144c41
Octal2641443522771010424114101
Binary10110100110010011101010101111110010100010001010010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B464EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B464EA; }

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

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

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

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

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

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

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

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