Shades of Medium Orchid #B562DD
Tints of Medium Orchid #B562DD
RGB
CMYK
RGB Variations
Color information
#B562DD (or 0xB562DD) is known color: Medium Orchid. HEX triplet: B5, 62 and DD. RGB value is (181,98,221). Sum of RGB (Red+Green+Blue) = 181+98+221=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #B562DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B562DD is #4A9D22. Grayscale: #888888. Windows color (decimal): -4889891 or 14508725. OLE color: 14508725.
HSL color Cylindrical-coordinate representation of color #B562DD: hue angle of 280.49º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B562DD is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 98 | 221 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.13 |
| HSL | 280.49º | 0.64% | 0.63% | - |
| HSV(B) | 280.49º | 0.56% | 0.87% | - |
| XYZ | 36.47 | 23.78 | 71.07 | - |
| YUV | 136.84 | 175.5 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 98 | 221 | 0.18 | 0.56 | 0 | 0.13 | 280.49 | 0.64 | 0.63 |
| Hex | B5 | 62 | DD | 12 | 38 | 0 | D | 118 | 40 | 3F |
| Octal | 265 | 142 | 335 | 22 | 70 | 0 | 15 | 430 | 100 | 77 |
| Binary | 10110101 | 1100010 | 11011101 | 10010 | 111000 | 0 | 1101 | 100011000 | 1000000 | 111111 |
Color Harmonies of #B562DD
Complementary color
Monochromatic Colors of #B562DD
Black with #B562DD
Text Example
Text Example
White with #B562DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B562DD; }
p { color: rgb(181,98,221); }
H1.HeaderClassName
{
color: #B562DD;
}
.AnyTagClassName
{
color: #B562DD;
}
</style>
background-color css
<style>
a { background-color: #B562DD; }
a { background-color: rgb(181,98,221); }
div.DivClassName
{
background-color: #B562DD;
}
.BgClassName
{
background-color: #B562DD;
}
</style>
border-color css
<style>
span { border-color: #B562DD; }
span { border-color: rgb(181,98,221); }
td.TdClassName
{
border-color: #B562DD;
}
.TagClassName
{
border-color: #B562DD;
}
</style>