Shades of Medium Orchid #B63ADA
Tints of Medium Orchid #B63ADA
RGB
CMYK
RGB Variations
Color information
#B63ADA (or 0xB63ADA) is known color: Medium Orchid. HEX triplet: B6, 3A and DA. RGB value is (182,58,218). Sum of RGB (Red+Green+Blue) = 182+58+218=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #B63ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63ADA is #49C525. Grayscale: #707070. Windows color (decimal): -4834598 or 14301878. OLE color: 14301878.
HSL color Cylindrical-coordinate representation of color #B63ADA: hue angle of 286.5º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63ADA is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 58 | 218 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.15 |
| HSL | 286.5º | 0.68% | 0.54% | - |
| HSV(B) | 286.5º | 0.73% | 0.85% | - |
| XYZ | 33.46 | 18.03 | 68.05 | - |
| YUV | 113.32 | 187.08 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 58 | 218 | 0.17 | 0.73 | 0 | 0.15 | 286.5 | 0.68 | 0.54 |
| Hex | B6 | 3A | DA | 11 | 49 | 0 | F | 11E | 44 | 36 |
| Octal | 266 | 72 | 332 | 21 | 111 | 0 | 17 | 436 | 104 | 66 |
| Binary | 10110110 | 111010 | 11011010 | 10001 | 1001001 | 0 | 1111 | 100011110 | 1000100 | 110110 |
Color Harmonies of #B63ADA
Complementary color
Monochromatic Colors of #B63ADA
Black with #B63ADA
Text Example
Text Example
White with #B63ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63ADA; }
p { color: rgb(182,58,218); }
H1.HeaderClassName
{
color: #B63ADA;
}
.AnyTagClassName
{
color: #B63ADA;
}
</style>
background-color css
<style>
a { background-color: #B63ADA; }
a { background-color: rgb(182,58,218); }
div.DivClassName
{
background-color: #B63ADA;
}
.BgClassName
{
background-color: #B63ADA;
}
</style>
border-color css
<style>
span { border-color: #B63ADA; }
span { border-color: rgb(182,58,218); }
td.TdClassName
{
border-color: #B63ADA;
}
.TagClassName
{
border-color: #B63ADA;
}
</style>