#B560D1

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

Shades of Medium Orchid #B560D1

Tints of Medium Orchid #B560D1

Color information

#B560D1 (or 0xB560D1) is unknown color: approx Medium Orchid. HEX triplet: B5, 60 and D1. RGB value is (181,96,209). Sum of RGB (Red+Green+Blue) = 181+96+209=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #B560D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B560D1 is #4A9F2E. Grayscale: #858585. Windows color (decimal): -4890415 or 13721781. OLE color: 13721781.

HSL color Cylindrical-coordinate representation of color #B560D1: hue angle of 285.13º 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 #B560D1 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18196209-
CMYK0.130.5400.18
HSL285.13º55.12%59.8%-
HSV(B)285.13º54.07%81.96%-
XYZ34.7522.7962.89-
YUV134.3170.16161.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.24%
GREEN value IS 96 (37.89% from 255) = 19.75%
BLUE value IS 209 (82.03% from 255) = 43.00%
R=37.24%
G=19.75%
B=43.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal181962090.130.5400.18285.1355.1259.8
HexB560D1D3601211d373c
Octal26514032115660224356774
Binary101101011100000110100011101110110010010100011101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B560D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B560D1; }

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

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

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

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

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

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

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

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