Shades of Medium Orchid #B562DC
Tints of Medium Orchid #B562DC
RGB
CMYK
RGB Variations
Color information
#B562DC (or 0xB562DC) is known color: Medium Orchid. HEX triplet: B5, 62 and DC. RGB value is (181,98,220). Sum of RGB (Red+Green+Blue) = 181+98+220=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #B562DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B562DC is #4A9D23. Grayscale: #888888. Windows color (decimal): -4889892 or 14443189. OLE color: 14443189.
HSL color Cylindrical-coordinate representation of color #B562DC: hue angle of 280.82º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B562DC is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 98 | 220 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.14 |
| HSL | 280.82º | 0.64% | 0.62% | - |
| HSV(B) | 280.82º | 0.55% | 0.86% | - |
| XYZ | 36.34 | 23.73 | 70.37 | - |
| YUV | 136.73 | 175 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 98 | 220 | 0.18 | 0.55 | 0 | 0.14 | 280.82 | 0.64 | 0.62 |
| Hex | B5 | 62 | DC | 12 | 37 | 0 | E | 119 | 40 | 3E |
| Octal | 265 | 142 | 334 | 22 | 67 | 0 | 16 | 431 | 100 | 76 |
| Binary | 10110101 | 1100010 | 11011100 | 10010 | 110111 | 0 | 1110 | 100011001 | 1000000 | 111110 |
Color Harmonies of #B562DC
Complementary color
Monochromatic Colors of #B562DC
Black with #B562DC
Text Example
Text Example
White with #B562DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B562DC; }
p { color: rgb(181,98,220); }
H1.HeaderClassName
{
color: #B562DC;
}
.AnyTagClassName
{
color: #B562DC;
}
</style>
background-color css
<style>
a { background-color: #B562DC; }
a { background-color: rgb(181,98,220); }
div.DivClassName
{
background-color: #B562DC;
}
.BgClassName
{
background-color: #B562DC;
}
</style>
border-color css
<style>
span { border-color: #B562DC; }
span { border-color: rgb(181,98,220); }
td.TdClassName
{
border-color: #B562DC;
}
.TagClassName
{
border-color: #B562DC;
}
</style>