Shades of Medium Orchid #B861CF
Tints of Medium Orchid #B861CF
RGB
CMYK
RGB Variations
Color information
#B861CF (or 0xB861CF) is known color: Medium Orchid. HEX triplet: B8, 61 and CF. RGB value is (184,97,207). Sum of RGB (Red+Green+Blue) = 184+97+207=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #B861CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B861CF is #479E30. Grayscale: #878787. Windows color (decimal): -4693553 or 13590968. OLE color: 13590968.
HSL color Cylindrical-coordinate representation of color #B861CF: hue angle of 287.45º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B861CF is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 97 | 207 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.19 |
| HSL | 287.45º | 0.53% | 0.6% | - |
| HSV(B) | 287.45º | 0.53% | 0.81% | - |
| XYZ | 35.3 | 23.24 | 61.66 | - |
| YUV | 135.55 | 168.32 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 97 | 207 | 0.11 | 0.53 | 0 | 0.19 | 287.45 | 0.53 | 0.6 |
| Hex | B8 | 61 | CF | B | 35 | 0 | 13 | 11F | 35 | 3C |
| Octal | 270 | 141 | 317 | 13 | 65 | 0 | 23 | 437 | 65 | 74 |
| Binary | 10111000 | 1100001 | 11001111 | 1011 | 110101 | 0 | 10011 | 100011111 | 110101 | 111100 |
Color Harmonies of #B861CF
Complementary color
Monochromatic Colors of #B861CF
Black with #B861CF
Text Example
Text Example
White with #B861CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B861CF; }
p { color: rgb(184,97,207); }
H1.HeaderClassName
{
color: #B861CF;
}
.AnyTagClassName
{
color: #B861CF;
}
</style>
background-color css
<style>
a { background-color: #B861CF; }
a { background-color: rgb(184,97,207); }
div.DivClassName
{
background-color: #B861CF;
}
.BgClassName
{
background-color: #B861CF;
}
</style>
border-color css
<style>
span { border-color: #B861CF; }
span { border-color: rgb(184,97,207); }
td.TdClassName
{
border-color: #B861CF;
}
.TagClassName
{
border-color: #B861CF;
}
</style>