Shades of Medium Orchid #B961D4
Tints of Medium Orchid #B961D4
RGB
CMYK
RGB Variations
Color information
#B961D4 (or 0xB961D4) is known color: Medium Orchid. HEX triplet: B9, 61 and D4. RGB value is (185,97,212). Sum of RGB (Red+Green+Blue) = 185+97+212=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 212 - color contains mainly: blue. Hex color #B961D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B961D4 is #469E2B. Grayscale: #888888. Windows color (decimal): -4628012 or 13918649. OLE color: 13918649.
HSL color Cylindrical-coordinate representation of color #B961D4: hue angle of 285.91º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B961D4 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 97 | 212 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.17 |
| HSL | 285.91º | 0.57% | 0.61% | - |
| HSV(B) | 285.91º | 0.54% | 0.83% | - |
| XYZ | 36.17 | 23.62 | 64.94 | - |
| YUV | 136.42 | 170.65 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 97 | 212 | 0.13 | 0.54 | 0 | 0.17 | 285.91 | 0.57 | 0.61 |
| Hex | B9 | 61 | D4 | D | 36 | 0 | 11 | 11E | 39 | 3D |
| Octal | 271 | 141 | 324 | 15 | 66 | 0 | 21 | 436 | 71 | 75 |
| Binary | 10111001 | 1100001 | 11010100 | 1101 | 110110 | 0 | 10001 | 100011110 | 111001 | 111101 |
Color Harmonies of #B961D4
Complementary color
Monochromatic Colors of #B961D4
Black with #B961D4
Text Example
Text Example
White with #B961D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B961D4; }
p { color: rgb(185,97,212); }
H1.HeaderClassName
{
color: #B961D4;
}
.AnyTagClassName
{
color: #B961D4;
}
</style>
background-color css
<style>
a { background-color: #B961D4; }
a { background-color: rgb(185,97,212); }
div.DivClassName
{
background-color: #B961D4;
}
.BgClassName
{
background-color: #B961D4;
}
</style>
border-color css
<style>
span { border-color: #B961D4; }
span { border-color: rgb(185,97,212); }
td.TdClassName
{
border-color: #B961D4;
}
.TagClassName
{
border-color: #B961D4;
}
</style>