Shades of Medium Orchid #B961C9
Tints of Medium Orchid #B961C9
RGB
CMYK
RGB Variations
Color information
#B961C9 (or 0xB961C9) is known color: Medium Orchid. HEX triplet: B9, 61 and C9. RGB value is (185,97,201). Sum of RGB (Red+Green+Blue) = 185+97+201=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 201 - color contains mainly: blue. Hex color #B961C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B961C9 is #469E36. Grayscale: #868686. Windows color (decimal): -4628023 or 13197753. OLE color: 13197753.
HSL color Cylindrical-coordinate representation of color #B961C9: hue angle of 290.77º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B961C9 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 97 | 201 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.21 |
| HSL | 290.77º | 0.49% | 0.58% | - |
| HSV(B) | 290.77º | 0.52% | 0.79% | - |
| XYZ | 34.82 | 23.08 | 57.88 | - |
| YUV | 135.17 | 165.15 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 97 | 201 | 0.08 | 0.52 | 0 | 0.21 | 290.77 | 0.49 | 0.58 |
| Hex | B9 | 61 | C9 | 8 | 34 | 0 | 15 | 123 | 31 | 3A |
| Octal | 271 | 141 | 311 | 10 | 64 | 0 | 25 | 443 | 61 | 72 |
| Binary | 10111001 | 1100001 | 11001001 | 1000 | 110100 | 0 | 10101 | 100100011 | 110001 | 111010 |
Color Harmonies of #B961C9
Complementary color
Monochromatic Colors of #B961C9
Black with #B961C9
Text Example
Text Example
White with #B961C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B961C9; }
p { color: rgb(185,97,201); }
H1.HeaderClassName
{
color: #B961C9;
}
.AnyTagClassName
{
color: #B961C9;
}
</style>
background-color css
<style>
a { background-color: #B961C9; }
a { background-color: rgb(185,97,201); }
div.DivClassName
{
background-color: #B961C9;
}
.BgClassName
{
background-color: #B961C9;
}
</style>
border-color css
<style>
span { border-color: #B961C9; }
span { border-color: rgb(185,97,201); }
td.TdClassName
{
border-color: #B961C9;
}
.TagClassName
{
border-color: #B961C9;
}
</style>