Shades of Medium Orchid #B63BD3
Tints of Medium Orchid #B63BD3
RGB
CMYK
RGB Variations
Color information
#B63BD3 (or 0xB63BD3) is known color: Medium Orchid. HEX triplet: B6, 3B and D3. RGB value is (182,59,211). Sum of RGB (Red+Green+Blue) = 182+59+211=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 59 (23.44% from 255 or 13.05% from 452); Blue value is 211 (82.81% from 255 or 46.68% from 452); Max value from RGB is 211 - color contains mainly: blue. Hex color #B63BD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63BD3 is #49C42C. Grayscale: #707070. Windows color (decimal): -4834349 or 13843382. OLE color: 13843382.
HSL color Cylindrical-coordinate representation of color #B63BD3: hue angle of 288.55º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B63BD3 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 59 | 211 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.17 |
| HSL | 288.55º | 0.63% | 0.53% | - |
| HSV(B) | 288.55º | 0.72% | 0.83% | - |
| XYZ | 32.61 | 17.78 | 63.34 | - |
| YUV | 113.11 | 183.25 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 59 | 211 | 0.14 | 0.72 | 0 | 0.17 | 288.55 | 0.63 | 0.53 |
| Hex | B6 | 3B | D3 | E | 48 | 0 | 11 | 121 | 3F | 35 |
| Octal | 266 | 73 | 323 | 16 | 110 | 0 | 21 | 441 | 77 | 65 |
| Binary | 10110110 | 111011 | 11010011 | 1110 | 1001000 | 0 | 10001 | 100100001 | 111111 | 110101 |
Color Harmonies of #B63BD3
Complementary color
Monochromatic Colors of #B63BD3
Black with #B63BD3
Text Example
Text Example
White with #B63BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63BD3; }
p { color: rgb(182,59,211); }
H1.HeaderClassName
{
color: #B63BD3;
}
.AnyTagClassName
{
color: #B63BD3;
}
</style>
background-color css
<style>
a { background-color: #B63BD3; }
a { background-color: rgb(182,59,211); }
div.DivClassName
{
background-color: #B63BD3;
}
.BgClassName
{
background-color: #B63BD3;
}
</style>
border-color css
<style>
span { border-color: #B63BD3; }
span { border-color: rgb(182,59,211); }
td.TdClassName
{
border-color: #B63BD3;
}
.TagClassName
{
border-color: #B63BD3;
}
</style>