#B460D1

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

Shades of Medium Orchid #B460D1

Tints of Medium Orchid #B460D1

Color information

#B460D1 (or 0xB460D1) is unknown color: approx Medium Orchid. HEX triplet: B4, 60 and D1. RGB value is (180,96,209). Sum of RGB (Red+Green+Blue) = 180+96+209=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #B460D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B460D1 is #4B9F2E. Grayscale: #858585. Windows color (decimal): -4955951 or 13721780. OLE color: 13721780.

HSL color Cylindrical-coordinate representation of color #B460D1: hue angle of 284.6º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B460D1 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18096209-
CMYK0.140.5400.18
HSL284.6º55.12%59.8%-
HSV(B)284.6º54.07%81.96%-
XYZ34.5122.6762.88-
YUV134170.33160.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 96 (37.89% from 255) = 19.79%
BLUE value IS 209 (82.03% from 255) = 43.09%
R=37.11%
G=19.79%
B=43.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal180962090.140.5400.18284.655.1259.8
HexB460D1E3601211d373c
Octal26414032116660224356774
Binary101101001100000110100011110110110010010100011101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B460D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B460D1; }

 p { color: rgb(180,96,209); }

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

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

 a { background-color: rgb(180,96,209); }

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

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

 span { border-color: rgb(180,96,209); }

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