#B459DC

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

Shades of Medium Orchid #B459DC

Tints of Medium Orchid #B459DC

Color information

#B459DC (or 0xB459DC) is unknown color: approx Medium Orchid. HEX triplet: B4, 59 and DC. RGB value is (180,89,220). Sum of RGB (Red+Green+Blue) = 180+89+220=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #B459DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B459DC is #4BA623. Grayscale: #828282. Windows color (decimal): -4957732 or 14440884. OLE color: 14440884.

HSL color Cylindrical-coordinate representation of color #B459DC: hue angle of 281.68º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B459DC is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18089220-
CMYK0.180.6000.14
HSL281.68º65.17%60.59%-
HSV(B)281.68º59.55%86.27%-
XYZ35.3122.0270.1-
YUV131.14178.15162.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.81%
GREEN value IS 89 (35.16% from 255) = 18.20%
BLUE value IS 220 (86.33% from 255) = 44.99%
R=36.81%
G=18.20%
B=44.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal180892200.180.6000.14281.6865.1760.59
HexB459DC123C0E11a413d
Octal264131334227401643210175
Binary1011010010110011101110010010111100011101000110101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B459DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B459DC; }

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

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

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

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

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

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

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

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