#B561DB

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

Shades of Medium Orchid #B561DB

Tints of Medium Orchid #B561DB

Color information

#B561DB (or 0xB561DB) is unknown color: approx Medium Orchid. HEX triplet: B5, 61 and DB. RGB value is (181,97,219). Sum of RGB (Red+Green+Blue) = 181+97+219=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #B561DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B561DB is #4A9E24. Grayscale: #878787. Windows color (decimal): -4890149 or 14377397. OLE color: 14377397.

HSL color Cylindrical-coordinate representation of color #B561DB: hue angle of 281.31º degrees, saturation: 0.63, 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 #B561DB is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18197219-
CMYK0.170.5600.14
HSL281.31º62.89%61.96%-
HSV(B)281.31º55.71%85.88%-
XYZ36.1223.4969.65-
YUV136.02174.83160.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.42%
GREEN value IS 97 (38.28% from 255) = 19.52%
BLUE value IS 219 (85.94% from 255) = 44.06%
R=36.42%
G=19.52%
B=44.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal181972190.170.5600.14281.3162.8961.96
HexB561DB11380E1193f3e
Octal26514133321700164317776
Binary101101011100001110110111000111100001110100011001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B561DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B561DB; }

 p { color: rgb(181,97,219); }

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

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

 a { background-color: rgb(181,97,219); }

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

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

 span { border-color: rgb(181,97,219); }

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