Shades of Medium Orchid #B562C3
Tints of Medium Orchid #B562C3
RGB
CMYK
RGB Variations
Color information
#B562C3 (or 0xB562C3) is known color: Medium Orchid. HEX triplet: B5, 62 and C3. RGB value is (181,98,195). Sum of RGB (Red+Green+Blue) = 181+98+195=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 195 (76.56% from 255 or 41.14% from 474); Max value from RGB is 195 - color contains mainly: blue. Hex color #B562C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B562C3 is #4A9D3C. Grayscale: #858585. Windows color (decimal): -4889917 or 12804789. OLE color: 12804789.
HSL color Cylindrical-coordinate representation of color #B562C3: hue angle of 291.34º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B562C3 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 98 | 195 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.24 |
| HSL | 291.34º | 0.45% | 0.57% | - |
| HSV(B) | 291.34º | 0.5% | 0.76% | - |
| XYZ | 33.27 | 22.5 | 54.22 | - |
| YUV | 133.88 | 162.5 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 98 | 195 | 0.07 | 0.50 | 0 | 0.24 | 291.34 | 0.45 | 0.57 |
| Hex | B5 | 62 | C3 | 7 | 32 | 0 | 18 | 123 | 2D | 39 |
| Octal | 265 | 142 | 303 | 7 | 62 | 0 | 30 | 443 | 55 | 71 |
| Binary | 10110101 | 1100010 | 11000011 | 111 | 110010 | 0 | 11000 | 100100011 | 101101 | 111001 |
Color Harmonies of #B562C3
Complementary color
Monochromatic Colors of #B562C3
Black with #B562C3
Text Example
Text Example
White with #B562C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B562C3; }
p { color: rgb(181,98,195); }
H1.HeaderClassName
{
color: #B562C3;
}
.AnyTagClassName
{
color: #B562C3;
}
</style>
background-color css
<style>
a { background-color: #B562C3; }
a { background-color: rgb(181,98,195); }
div.DivClassName
{
background-color: #B562C3;
}
.BgClassName
{
background-color: #B562C3;
}
</style>
border-color css
<style>
span { border-color: #B562C3; }
span { border-color: rgb(181,98,195); }
td.TdClassName
{
border-color: #B562C3;
}
.TagClassName
{
border-color: #B562C3;
}
</style>