Shades of Medium Orchid #B861D2
Tints of Medium Orchid #B861D2
RGB
CMYK
RGB Variations
Color information
#B861D2 (or 0xB861D2) is known color: Medium Orchid. HEX triplet: B8, 61 and D2. RGB value is (184,97,210). Sum of RGB (Red+Green+Blue) = 184+97+210=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 210 - color contains mainly: blue. Hex color #B861D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B861D2 is #479E2D. Grayscale: #878787. Windows color (decimal): -4693550 or 13787576. OLE color: 13787576.
HSL color Cylindrical-coordinate representation of color #B861D2: hue angle of 286.19º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B861D2 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 97 | 210 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.18 |
| HSL | 286.19º | 0.56% | 0.6% | - |
| HSV(B) | 286.19º | 0.54% | 0.82% | - |
| XYZ | 35.67 | 23.39 | 63.61 | - |
| YUV | 135.9 | 169.82 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 97 | 210 | 0.12 | 0.54 | 0 | 0.18 | 286.19 | 0.56 | 0.6 |
| Hex | B8 | 61 | D2 | C | 36 | 0 | 12 | 11E | 38 | 3C |
| Octal | 270 | 141 | 322 | 14 | 66 | 0 | 22 | 436 | 70 | 74 |
| Binary | 10111000 | 1100001 | 11010010 | 1100 | 110110 | 0 | 10010 | 100011110 | 111000 | 111100 |
Color Harmonies of #B861D2
Complementary color
Monochromatic Colors of #B861D2
Black with #B861D2
Text Example
Text Example
White with #B861D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B861D2; }
p { color: rgb(184,97,210); }
H1.HeaderClassName
{
color: #B861D2;
}
.AnyTagClassName
{
color: #B861D2;
}
</style>
background-color css
<style>
a { background-color: #B861D2; }
a { background-color: rgb(184,97,210); }
div.DivClassName
{
background-color: #B861D2;
}
.BgClassName
{
background-color: #B861D2;
}
</style>
border-color css
<style>
span { border-color: #B861D2; }
span { border-color: rgb(184,97,210); }
td.TdClassName
{
border-color: #B861D2;
}
.TagClassName
{
border-color: #B861D2;
}
</style>