Shades of Medium Orchid #B63FDD
Tints of Medium Orchid #B63FDD
RGB
CMYK
RGB Variations
Color information
#B63FDD (or 0xB63FDD) is known color: Medium Orchid. HEX triplet: B6, 3F and DD. RGB value is (182,63,221). Sum of RGB (Red+Green+Blue) = 182+63+221=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #B63FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63FDD is #49C022. Grayscale: #747474. Windows color (decimal): -4833315 or 14499766. OLE color: 14499766.
HSL color Cylindrical-coordinate representation of color #B63FDD: hue angle of 285.19º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63FDD is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 63 | 221 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.13 |
| HSL | 285.19º | 0.7% | 0.56% | - |
| HSV(B) | 285.19º | 0.71% | 0.87% | - |
| XYZ | 34.12 | 18.72 | 70.22 | - |
| YUV | 116.59 | 186.92 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 221 | 0.18 | 0.71 | 0 | 0.13 | 285.19 | 0.7 | 0.56 |
| Hex | B6 | 3F | DD | 12 | 47 | 0 | D | 11D | 46 | 38 |
| Octal | 266 | 77 | 335 | 22 | 107 | 0 | 15 | 435 | 106 | 70 |
| Binary | 10110110 | 111111 | 11011101 | 10010 | 1000111 | 0 | 1101 | 100011101 | 1000110 | 111000 |
Color Harmonies of #B63FDD
Complementary color
Monochromatic Colors of #B63FDD
Black with #B63FDD
Text Example
Text Example
White with #B63FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63FDD; }
p { color: rgb(182,63,221); }
H1.HeaderClassName
{
color: #B63FDD;
}
.AnyTagClassName
{
color: #B63FDD;
}
</style>
background-color css
<style>
a { background-color: #B63FDD; }
a { background-color: rgb(182,63,221); }
div.DivClassName
{
background-color: #B63FDD;
}
.BgClassName
{
background-color: #B63FDD;
}
</style>
border-color css
<style>
span { border-color: #B63FDD; }
span { border-color: rgb(182,63,221); }
td.TdClassName
{
border-color: #B63FDD;
}
.TagClassName
{
border-color: #B63FDD;
}
</style>