Shades of Medium Orchid #B863C9
Tints of Medium Orchid #B863C9
RGB
CMYK
RGB Variations
Color information
#B863C9 (or 0xB863C9) is known color: Medium Orchid. HEX triplet: B8, 63 and C9. RGB value is (184,99,201). Sum of RGB (Red+Green+Blue) = 184+99+201=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 201 - color contains mainly: blue. Hex color #B863C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B863C9 is #479C36. Grayscale: #878787. Windows color (decimal): -4693047 or 13198264. OLE color: 13198264.
HSL color Cylindrical-coordinate representation of color #B863C9: hue angle of 290º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B863C9 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 99 | 201 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.21 |
| HSL | 290º | 0.49% | 0.59% | - |
| HSV(B) | 290º | 0.51% | 0.79% | - |
| XYZ | 34.77 | 23.33 | 57.93 | - |
| YUV | 136.04 | 164.66 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 201 | 0.08 | 0.51 | 0 | 0.21 | 290 | 0.49 | 0.59 |
| Hex | B8 | 63 | C9 | 8 | 33 | 0 | 15 | 122 | 31 | 3B |
| Octal | 270 | 143 | 311 | 10 | 63 | 0 | 25 | 442 | 61 | 73 |
| Binary | 10111000 | 1100011 | 11001001 | 1000 | 110011 | 0 | 10101 | 100100010 | 110001 | 111011 |
Color Harmonies of #B863C9
Complementary color
Monochromatic Colors of #B863C9
Black with #B863C9
Text Example
Text Example
White with #B863C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B863C9; }
p { color: rgb(184,99,201); }
H1.HeaderClassName
{
color: #B863C9;
}
.AnyTagClassName
{
color: #B863C9;
}
</style>
background-color css
<style>
a { background-color: #B863C9; }
a { background-color: rgb(184,99,201); }
div.DivClassName
{
background-color: #B863C9;
}
.BgClassName
{
background-color: #B863C9;
}
</style>
border-color css
<style>
span { border-color: #B863C9; }
span { border-color: rgb(184,99,201); }
td.TdClassName
{
border-color: #B863C9;
}
.TagClassName
{
border-color: #B863C9;
}
</style>