Shades of Medium Orchid #B562D1
Tints of Medium Orchid #B562D1
RGB
CMYK
RGB Variations
Color information
#B562D1 (or 0xB562D1) is known color: Medium Orchid. HEX triplet: B5, 62 and D1. RGB value is (181,98,209). Sum of RGB (Red+Green+Blue) = 181+98+209=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #B562D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B562D1 is #4A9D2E. Grayscale: #878787. Windows color (decimal): -4889903 or 13722293. OLE color: 13722293.
HSL color Cylindrical-coordinate representation of color #B562D1: hue angle of 284.86º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B562D1 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 98 | 209 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.18 |
| HSL | 284.86º | 0.55% | 0.6% | - |
| HSV(B) | 284.86º | 0.53% | 0.82% | - |
| XYZ | 34.93 | 23.16 | 62.95 | - |
| YUV | 135.47 | 169.5 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 98 | 209 | 0.13 | 0.53 | 0 | 0.18 | 284.86 | 0.55 | 0.6 |
| Hex | B5 | 62 | D1 | D | 35 | 0 | 12 | 11D | 37 | 3C |
| Octal | 265 | 142 | 321 | 15 | 65 | 0 | 22 | 435 | 67 | 74 |
| Binary | 10110101 | 1100010 | 11010001 | 1101 | 110101 | 0 | 10010 | 100011101 | 110111 | 111100 |
Color Harmonies of #B562D1
Complementary color
Monochromatic Colors of #B562D1
Black with #B562D1
Text Example
Text Example
White with #B562D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B562D1; }
p { color: rgb(181,98,209); }
H1.HeaderClassName
{
color: #B562D1;
}
.AnyTagClassName
{
color: #B562D1;
}
</style>
background-color css
<style>
a { background-color: #B562D1; }
a { background-color: rgb(181,98,209); }
div.DivClassName
{
background-color: #B562D1;
}
.BgClassName
{
background-color: #B562D1;
}
</style>
border-color css
<style>
span { border-color: #B562D1; }
span { border-color: rgb(181,98,209); }
td.TdClassName
{
border-color: #B562D1;
}
.TagClassName
{
border-color: #B562D1;
}
</style>