Shades of Medium Orchid #B863CE
Tints of Medium Orchid #B863CE
RGB
CMYK
RGB Variations
Color information
#B863CE (or 0xB863CE) is known color: Medium Orchid. HEX triplet: B8, 63 and CE. RGB value is (184,99,206). Sum of RGB (Red+Green+Blue) = 184+99+206=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #B863CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B863CE is #479C31. Grayscale: #888888. Windows color (decimal): -4693042 or 13525944. OLE color: 13525944.
HSL color Cylindrical-coordinate representation of color #B863CE: hue angle of 287.66º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B863CE is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 99 | 206 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.19 |
| HSL | 287.66º | 0.52% | 0.6% | - |
| HSV(B) | 287.66º | 0.52% | 0.81% | - |
| XYZ | 35.37 | 23.57 | 61.08 | - |
| YUV | 136.61 | 167.16 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 206 | 0.11 | 0.52 | 0 | 0.19 | 287.66 | 0.52 | 0.6 |
| Hex | B8 | 63 | CE | B | 34 | 0 | 13 | 120 | 34 | 3C |
| Octal | 270 | 143 | 316 | 13 | 64 | 0 | 23 | 440 | 64 | 74 |
| Binary | 10111000 | 1100011 | 11001110 | 1011 | 110100 | 0 | 10011 | 100100000 | 110100 | 111100 |
Color Harmonies of #B863CE
Complementary color
Monochromatic Colors of #B863CE
Black with #B863CE
Text Example
Text Example
White with #B863CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B863CE; }
p { color: rgb(184,99,206); }
H1.HeaderClassName
{
color: #B863CE;
}
.AnyTagClassName
{
color: #B863CE;
}
</style>
background-color css
<style>
a { background-color: #B863CE; }
a { background-color: rgb(184,99,206); }
div.DivClassName
{
background-color: #B863CE;
}
.BgClassName
{
background-color: #B863CE;
}
</style>
border-color css
<style>
span { border-color: #B863CE; }
span { border-color: rgb(184,99,206); }
td.TdClassName
{
border-color: #B863CE;
}
.TagClassName
{
border-color: #B863CE;
}
</style>