Shades of Medium Orchid #B63AD0
Tints of Medium Orchid #B63AD0
RGB
CMYK
RGB Variations
Color information
#B63AD0 (or 0xB63AD0) is known color: Medium Orchid. HEX triplet: B6, 3A and D0. RGB value is (182,58,208). Sum of RGB (Red+Green+Blue) = 182+58+208=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #B63AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63AD0 is #49C52F. Grayscale: #6F6F6F. Windows color (decimal): -4834608 or 13646518. OLE color: 13646518.
HSL color Cylindrical-coordinate representation of color #B63AD0: hue angle of 289.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B63AD0 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 58 | 208 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.18 |
| HSL | 289.6º | 0.61% | 0.52% | - |
| HSV(B) | 289.6º | 0.72% | 0.82% | - |
| XYZ | 32.19 | 17.53 | 61.36 | - |
| YUV | 112.18 | 182.08 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 58 | 208 | 0.12 | 0.72 | 0 | 0.18 | 289.6 | 0.61 | 0.52 |
| Hex | B6 | 3A | D0 | C | 48 | 0 | 12 | 122 | 3D | 34 |
| Octal | 266 | 72 | 320 | 14 | 110 | 0 | 22 | 442 | 75 | 64 |
| Binary | 10110110 | 111010 | 11010000 | 1100 | 1001000 | 0 | 10010 | 100100010 | 111101 | 110100 |
Color Harmonies of #B63AD0
Complementary color
Monochromatic Colors of #B63AD0
Black with #B63AD0
Text Example
Text Example
White with #B63AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63AD0; }
p { color: rgb(182,58,208); }
H1.HeaderClassName
{
color: #B63AD0;
}
.AnyTagClassName
{
color: #B63AD0;
}
</style>
background-color css
<style>
a { background-color: #B63AD0; }
a { background-color: rgb(182,58,208); }
div.DivClassName
{
background-color: #B63AD0;
}
.BgClassName
{
background-color: #B63AD0;
}
</style>
border-color css
<style>
span { border-color: #B63AD0; }
span { border-color: rgb(182,58,208); }
td.TdClassName
{
border-color: #B63AD0;
}
.TagClassName
{
border-color: #B63AD0;
}
</style>