Shades of Medium Orchid #B861CB
Tints of Medium Orchid #B861CB
RGB
CMYK
RGB Variations
Color information
#B861CB (or 0xB861CB) is known color: Medium Orchid. HEX triplet: B8, 61 and CB. RGB value is (184,97,203). Sum of RGB (Red+Green+Blue) = 184+97+203=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #B861CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B861CB is #479E34. Grayscale: #868686. Windows color (decimal): -4693557 or 13328824. OLE color: 13328824.
HSL color Cylindrical-coordinate representation of color #B861CB: hue angle of 289.25º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B861CB is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 97 | 203 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.20 |
| HSL | 289.25º | 0.5% | 0.59% | - |
| HSV(B) | 289.25º | 0.52% | 0.8% | - |
| XYZ | 34.82 | 23.05 | 59.11 | - |
| YUV | 135.1 | 166.32 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 97 | 203 | 0.09 | 0.52 | 0 | 0.20 | 289.25 | 0.5 | 0.59 |
| Hex | B8 | 61 | CB | 9 | 34 | 0 | 14 | 121 | 32 | 3B |
| Octal | 270 | 141 | 313 | 11 | 64 | 0 | 24 | 441 | 62 | 73 |
| Binary | 10111000 | 1100001 | 11001011 | 1001 | 110100 | 0 | 10100 | 100100001 | 110010 | 111011 |
Color Harmonies of #B861CB
Complementary color
Monochromatic Colors of #B861CB
Black with #B861CB
Text Example
Text Example
White with #B861CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B861CB; }
p { color: rgb(184,97,203); }
H1.HeaderClassName
{
color: #B861CB;
}
.AnyTagClassName
{
color: #B861CB;
}
</style>
background-color css
<style>
a { background-color: #B861CB; }
a { background-color: rgb(184,97,203); }
div.DivClassName
{
background-color: #B861CB;
}
.BgClassName
{
background-color: #B861CB;
}
</style>
border-color css
<style>
span { border-color: #B861CB; }
span { border-color: rgb(184,97,203); }
td.TdClassName
{
border-color: #B861CB;
}
.TagClassName
{
border-color: #B861CB;
}
</style>