#B459D0

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

Shades of Medium Orchid #B459D0

Tints of Medium Orchid #B459D0

Color information

#B459D0 (or 0xB459D0) is unknown color: approx Medium Orchid. HEX triplet: B4, 59 and D0. RGB value is (180,89,208). Sum of RGB (Red+Green+Blue) = 180+89+208=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #B459D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B459D0 is #4BA62F. Grayscale: #818181. Windows color (decimal): -4957744 or 13654452. OLE color: 13654452.

HSL color Cylindrical-coordinate representation of color #B459D0: hue angle of 285.88º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B459D0 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18089208-
CMYK0.130.5700.18
HSL285.88º55.87%58.24%-
HSV(B)285.88º57.21%81.57%-
XYZ33.7821.462.03-
YUV129.77172.15163.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 89 (35.16% from 255) = 18.66%
BLUE value IS 208 (81.64% from 255) = 43.61%
R=37.74%
G=18.66%
B=43.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal180892080.130.5700.18285.8855.8758.24
HexB459D0D3901211e383a
Octal26413132015710224367072
Binary101101001011001110100001101111001010010100011110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B459D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B459D0; }

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

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

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

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

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

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

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

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