#B560DC

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

Shades of Medium Orchid #B560DC

Tints of Medium Orchid #B560DC

Color information

#B560DC (or 0xB560DC) is unknown color: approx Medium Orchid. HEX triplet: B5, 60 and DC. RGB value is (181,96,220). Sum of RGB (Red+Green+Blue) = 181+96+220=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #B560DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B560DC is #4A9F23. Grayscale: #878787. Windows color (decimal): -4890404 or 14442677. OLE color: 14442677.

HSL color Cylindrical-coordinate representation of color #B560DC: hue angle of 281.13º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B560DC is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18196220-
CMYK0.180.5600.14
HSL281.13º63.92%61.96%-
HSV(B)281.13º56.36%86.27%-
XYZ36.1623.3670.31-
YUV135.55175.66160.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.42%
GREEN value IS 96 (37.89% from 255) = 19.32%
BLUE value IS 220 (86.33% from 255) = 44.27%
R=36.42%
G=19.32%
B=44.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal181962200.180.5600.14281.1363.9261.96
HexB560DC12380E119403e
Octal265140334227001643110076
Binary1011010111000001101110010010111000011101000110011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B560DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B560DC; }

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

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

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

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

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

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

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

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