Shades of Medium Orchid #B961D6
Tints of Medium Orchid #B961D6
RGB
CMYK
RGB Variations
Color information
#B961D6 (or 0xB961D6) is known color: Medium Orchid. HEX triplet: B9, 61 and D6. RGB value is (185,97,214). Sum of RGB (Red+Green+Blue) = 185+97+214=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 214 - color contains mainly: blue. Hex color #B961D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B961D6 is #469E29. Grayscale: #888888. Windows color (decimal): -4628010 or 14049721. OLE color: 14049721.
HSL color Cylindrical-coordinate representation of color #B961D6: hue angle of 285.13º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B961D6 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 97 | 214 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.16 |
| HSL | 285.13º | 0.59% | 0.61% | - |
| HSV(B) | 285.13º | 0.55% | 0.84% | - |
| XYZ | 36.42 | 23.72 | 66.28 | - |
| YUV | 136.65 | 171.65 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 97 | 214 | 0.14 | 0.55 | 0 | 0.16 | 285.13 | 0.59 | 0.61 |
| Hex | B9 | 61 | D6 | E | 37 | 0 | 10 | 11D | 3B | 3D |
| Octal | 271 | 141 | 326 | 16 | 67 | 0 | 20 | 435 | 73 | 75 |
| Binary | 10111001 | 1100001 | 11010110 | 1110 | 110111 | 0 | 10000 | 100011101 | 111011 | 111101 |
Color Harmonies of #B961D6
Complementary color
Monochromatic Colors of #B961D6
Black with #B961D6
Text Example
Text Example
White with #B961D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B961D6; }
p { color: rgb(185,97,214); }
H1.HeaderClassName
{
color: #B961D6;
}
.AnyTagClassName
{
color: #B961D6;
}
</style>
background-color css
<style>
a { background-color: #B961D6; }
a { background-color: rgb(185,97,214); }
div.DivClassName
{
background-color: #B961D6;
}
.BgClassName
{
background-color: #B961D6;
}
</style>
border-color css
<style>
span { border-color: #B961D6; }
span { border-color: rgb(185,97,214); }
td.TdClassName
{
border-color: #B961D6;
}
.TagClassName
{
border-color: #B961D6;
}
</style>