#B560D8

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

Shades of Medium Orchid #B560D8

Tints of Medium Orchid #B560D8

Color information

#B560D8 (or 0xB560D8) is unknown color: approx Medium Orchid. HEX triplet: B5, 60 and D8. RGB value is (181,96,216). Sum of RGB (Red+Green+Blue) = 181+96+216=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 216 - color contains mainly: blue. Hex color #B560D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B560D8 is #4A9F27. Grayscale: #868686. Windows color (decimal): -4890408 or 14180533. OLE color: 14180533.

HSL color Cylindrical-coordinate representation of color #B560D8: hue angle of 282.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B560D8 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18196216-
CMYK0.160.5600.15
HSL282.5º60.61%61.18%-
HSV(B)282.5º55.56%84.71%-
XYZ35.6323.1567.56-
YUV135.1173.66160.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.71%
GREEN value IS 96 (37.89% from 255) = 19.47%
BLUE value IS 216 (84.77% from 255) = 43.81%
R=36.71%
G=19.47%
B=43.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal181962160.160.5600.15282.560.6161.18
HexB560D810380F11a3d3d
Octal26514033020700174327575
Binary101101011100000110110001000011100001111100011010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B560D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B560D8; }

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

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

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

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

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

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

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

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