#B559DD

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

Shades of Medium Orchid #B559DD

Tints of Medium Orchid #B559DD

Color information

#B559DD (or 0xB559DD) is unknown color: approx Medium Orchid. HEX triplet: B5, 59 and DD. RGB value is (181,89,221). Sum of RGB (Red+Green+Blue) = 181+89+221=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 89 (35.16% from 255 or 18.13% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #B559DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B559DD is #4AA622. Grayscale: #838383. Windows color (decimal): -4892195 or 14506421. OLE color: 14506421.

HSL color Cylindrical-coordinate representation of color #B559DD: hue angle of 281.82º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B559DD is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18189221-
CMYK0.180.6000.13
HSL281.82º66%60.78%-
HSV(B)281.82º59.73%86.67%-
XYZ35.6822.1970.81-
YUV131.56178.48163.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.86%
GREEN value IS 89 (35.16% from 255) = 18.13%
BLUE value IS 221 (86.72% from 255) = 45.01%
R=36.86%
G=18.13%
B=45.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181892210.180.6000.13281.826660.78
HexB559DD123C0D11a423d
Octal265131335227401543210275
Binary1011010110110011101110110010111100011011000110101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B559DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B559DD; }

 p { color: rgb(181,89,221); }

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

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

 a { background-color: rgb(181,89,221); }

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

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

 span { border-color: rgb(181,89,221); }

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