Shades of Medium Orchid #B663D1
Tints of Medium Orchid #B663D1
RGB
CMYK
RGB Variations
Color information
#B663D1 (or 0xB663D1) is known color: Medium Orchid. HEX triplet: B6, 63 and D1. RGB value is (182,99,209). Sum of RGB (Red+Green+Blue) = 182+99+209=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 209 - color contains mainly: blue. Hex color #B663D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B663D1 is #499C2E. Grayscale: #888888. Windows color (decimal): -4824111 or 13722550. OLE color: 13722550.
HSL color Cylindrical-coordinate representation of color #B663D1: hue angle of 285.27º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B663D1 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 99 | 209 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.18 |
| HSL | 285.27º | 0.54% | 0.6% | - |
| HSV(B) | 285.27º | 0.53% | 0.82% | - |
| XYZ | 35.26 | 23.47 | 62.99 | - |
| YUV | 136.36 | 169 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 99 | 209 | 0.13 | 0.53 | 0 | 0.18 | 285.27 | 0.54 | 0.6 |
| Hex | B6 | 63 | D1 | D | 35 | 0 | 12 | 11D | 36 | 3C |
| Octal | 266 | 143 | 321 | 15 | 65 | 0 | 22 | 435 | 66 | 74 |
| Binary | 10110110 | 1100011 | 11010001 | 1101 | 110101 | 0 | 10010 | 100011101 | 110110 | 111100 |
Color Harmonies of #B663D1
Complementary color
Monochromatic Colors of #B663D1
Black with #B663D1
Text Example
Text Example
White with #B663D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B663D1; }
p { color: rgb(182,99,209); }
H1.HeaderClassName
{
color: #B663D1;
}
.AnyTagClassName
{
color: #B663D1;
}
</style>
background-color css
<style>
a { background-color: #B663D1; }
a { background-color: rgb(182,99,209); }
div.DivClassName
{
background-color: #B663D1;
}
.BgClassName
{
background-color: #B663D1;
}
</style>
border-color css
<style>
span { border-color: #B663D1; }
span { border-color: rgb(182,99,209); }
td.TdClassName
{
border-color: #B663D1;
}
.TagClassName
{
border-color: #B663D1;
}
</style>