Shades of Medium Orchid #B863D1
Tints of Medium Orchid #B863D1
RGB
CMYK
RGB Variations
Color information
#B863D1 (or 0xB863D1) is known color: Medium Orchid. HEX triplet: B8, 63 and D1. RGB value is (184,99,209). Sum of RGB (Red+Green+Blue) = 184+99+209=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 209 - color contains mainly: blue. Hex color #B863D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B863D1 is #479C2E. Grayscale: #888888. Windows color (decimal): -4693039 or 13722552. OLE color: 13722552.
HSL color Cylindrical-coordinate representation of color #B863D1: hue angle of 286.36º 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 #B863D1 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 99 | 209 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.18 |
| HSL | 286.36º | 0.54% | 0.6% | - |
| HSV(B) | 286.36º | 0.53% | 0.82% | - |
| XYZ | 35.74 | 23.72 | 63.02 | - |
| YUV | 136.96 | 168.66 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 209 | 0.12 | 0.53 | 0 | 0.18 | 286.36 | 0.54 | 0.6 |
| Hex | B8 | 63 | D1 | C | 35 | 0 | 12 | 11E | 36 | 3C |
| Octal | 270 | 143 | 321 | 14 | 65 | 0 | 22 | 436 | 66 | 74 |
| Binary | 10111000 | 1100011 | 11010001 | 1100 | 110101 | 0 | 10010 | 100011110 | 110110 | 111100 |
Color Harmonies of #B863D1
Complementary color
Monochromatic Colors of #B863D1
Black with #B863D1
Text Example
Text Example
White with #B863D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B863D1; }
p { color: rgb(184,99,209); }
H1.HeaderClassName
{
color: #B863D1;
}
.AnyTagClassName
{
color: #B863D1;
}
</style>
background-color css
<style>
a { background-color: #B863D1; }
a { background-color: rgb(184,99,209); }
div.DivClassName
{
background-color: #B863D1;
}
.BgClassName
{
background-color: #B863D1;
}
</style>
border-color css
<style>
span { border-color: #B863D1; }
span { border-color: rgb(184,99,209); }
td.TdClassName
{
border-color: #B863D1;
}
.TagClassName
{
border-color: #B863D1;
}
</style>