Shades of Medium Orchid #B63DC9
Tints of Medium Orchid #B63DC9
RGB
CMYK
RGB Variations
Color information
#B63DC9 (or 0xB63DC9) is known color: Medium Orchid. HEX triplet: B6, 3D and C9. RGB value is (182,61,201). Sum of RGB (Red+Green+Blue) = 182+61+201=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 61 (24.22% from 255 or 13.74% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 201 - color contains mainly: blue. Hex color #B63DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63DC9 is #49C236. Grayscale: #707070. Windows color (decimal): -4833847 or 13188534. OLE color: 13188534.
HSL color Cylindrical-coordinate representation of color #B63DC9: hue angle of 291.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63DC9 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 61 | 201 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.21 |
| HSL | 291.86º | 0.56% | 0.51% | - |
| HSV(B) | 291.86º | 0.7% | 0.79% | - |
| XYZ | 31.5 | 17.5 | 56.98 | - |
| YUV | 113.14 | 177.59 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 201 | 0.09 | 0.70 | 0 | 0.21 | 291.86 | 0.56 | 0.51 |
| Hex | B6 | 3D | C9 | 9 | 46 | 0 | 15 | 124 | 38 | 33 |
| Octal | 266 | 75 | 311 | 11 | 106 | 0 | 25 | 444 | 70 | 63 |
| Binary | 10110110 | 111101 | 11001001 | 1001 | 1000110 | 0 | 10101 | 100100100 | 111000 | 110011 |
Color Harmonies of #B63DC9
Complementary color
Monochromatic Colors of #B63DC9
Black with #B63DC9
Text Example
Text Example
White with #B63DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63DC9; }
p { color: rgb(182,61,201); }
H1.HeaderClassName
{
color: #B63DC9;
}
.AnyTagClassName
{
color: #B63DC9;
}
</style>
background-color css
<style>
a { background-color: #B63DC9; }
a { background-color: rgb(182,61,201); }
div.DivClassName
{
background-color: #B63DC9;
}
.BgClassName
{
background-color: #B63DC9;
}
</style>
border-color css
<style>
span { border-color: #B63DC9; }
span { border-color: rgb(182,61,201); }
td.TdClassName
{
border-color: #B63DC9;
}
.TagClassName
{
border-color: #B63DC9;
}
</style>