#b560c6

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

Shades of Medium Orchid #B560C6

Tints of Medium Orchid #B560C6

Color information

#B560C6 (or 0xB560C6) is unknown color: approx Medium Orchid. HEX triplet: B5, 60 and C6. RGB value is (181,96,198). Sum of RGB (Red+Green+Blue) = 181+96+198=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 198 - color contains mainly: blue. Hex color #B560C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B560C6 is #4A9F39. Grayscale: #848484. Windows color (decimal): -4890426 or 13000885. OLE color: 13000885.

HSL color Cylindrical-coordinate representation of color #B560C6: hue angle of 290º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B560C6 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18196198-
CMYK0.090.5200.22
HSL290º47.22%57.65%-
HSV(B)290º51.52%77.65%-
XYZ33.4322.2755.96-
YUV133.04164.66162.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.11%
GREEN value IS 96 (37.89% from 255) = 20.21%
BLUE value IS 198 (77.73% from 255) = 41.68%
R=38.11%
G=20.21%
B=41.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181961980.090.5200.2229047.2257.65
HexB560C69340161222f3a
Octal26514030611640264425772
Binary101101011100000110001101001110100010110100100010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b560c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b560c6; }

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

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

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

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

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

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

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

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