#B459E5

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

Shades of Medium Orchid #B459E5

Tints of Medium Orchid #B459E5

Color information

#B459E5 (or 0xB459E5) is unknown color: approx Medium Orchid. HEX triplet: B4, 59 and E5. RGB value is (180,89,229). Sum of RGB (Red+Green+Blue) = 180+89+229=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 229 - color contains mainly: blue. Hex color #B459E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B459E5 is #4BA61A. Grayscale: #838383. Windows color (decimal): -4957723 or 15030708. OLE color: 15030708.

HSL color Cylindrical-coordinate representation of color #B459E5: hue angle of 279º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B459E5 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18089229-
CMYK0.210.6100.10
HSL279º72.92%62.35%-
HSV(B)279º61.14%89.8%-
XYZ36.5422.5176.55-
YUV132.17182.65162.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.14%
GREEN value IS 89 (35.16% from 255) = 17.87%
BLUE value IS 229 (89.84% from 255) = 45.98%
R=36.14%
G=17.87%
B=45.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal180892290.210.6100.1027972.9262.35
HexB459E5153D0A117493e
Octal264131345257501242711176
Binary1011010010110011110010110101111101010101000101111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B459E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B459E5; }

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

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

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

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

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

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

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

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