#B459DE

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

Shades of Medium Orchid #B459DE

Tints of Medium Orchid #B459DE

Color information

#B459DE (or 0xB459DE) is unknown color: approx Medium Orchid. HEX triplet: B4, 59 and DE. RGB value is (180,89,222). Sum of RGB (Red+Green+Blue) = 180+89+222=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 89 (35.16% from 255 or 18.13% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #B459DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B459DE is #4BA621. Grayscale: #828282. Windows color (decimal): -4957730 or 14571956. OLE color: 14571956.

HSL color Cylindrical-coordinate representation of color #B459DE: hue angle of 281.05º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B459DE is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18089222-
CMYK0.190.6000.13
HSL281.05º66.83%60.98%-
HSV(B)281.05º59.91%87.06%-
XYZ35.5822.1271.5-
YUV131.37179.15162.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.66%
GREEN value IS 89 (35.16% from 255) = 18.13%
BLUE value IS 222 (87.11% from 255) = 45.21%
R=36.66%
G=18.13%
B=45.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal180892220.190.6000.13281.0566.8360.98
HexB459DE133C0D119433d
Octal264131336237401543110375
Binary1011010010110011101111010011111100011011000110011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B459DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B459DE; }

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

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

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

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

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

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

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

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