Shades of Medium Orchid #B960C9
Tints of Medium Orchid #B960C9
RGB
CMYK
RGB Variations
Color information
#B960C9 (or 0xB960C9) is known color: Medium Orchid. HEX triplet: B9, 60 and C9. RGB value is (185,96,201). Sum of RGB (Red+Green+Blue) = 185+96+201=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #B960C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B960C9 is #469F36. Grayscale: #868686. Windows color (decimal): -4628279 or 13197497. OLE color: 13197497.
HSL color Cylindrical-coordinate representation of color #B960C9: hue angle of 290.86º 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 #B960C9 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 96 | 201 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.21 |
| HSL | 290.86º | 0.49% | 0.58% | - |
| HSV(B) | 290.86º | 0.52% | 0.79% | - |
| XYZ | 34.73 | 22.9 | 57.85 | - |
| YUV | 134.58 | 165.49 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 96 | 201 | 0.08 | 0.52 | 0 | 0.21 | 290.86 | 0.49 | 0.58 |
| Hex | B9 | 60 | C9 | 8 | 34 | 0 | 15 | 123 | 31 | 3A |
| Octal | 271 | 140 | 311 | 10 | 64 | 0 | 25 | 443 | 61 | 72 |
| Binary | 10111001 | 1100000 | 11001001 | 1000 | 110100 | 0 | 10101 | 100100011 | 110001 | 111010 |
Color Harmonies of #B960C9
Complementary color
Monochromatic Colors of #B960C9
Black with #B960C9
Text Example
Text Example
White with #B960C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B960C9; }
p { color: rgb(185,96,201); }
H1.HeaderClassName
{
color: #B960C9;
}
.AnyTagClassName
{
color: #B960C9;
}
</style>
background-color css
<style>
a { background-color: #B960C9; }
a { background-color: rgb(185,96,201); }
div.DivClassName
{
background-color: #B960C9;
}
.BgClassName
{
background-color: #B960C9;
}
</style>
border-color css
<style>
span { border-color: #B960C9; }
span { border-color: rgb(185,96,201); }
td.TdClassName
{
border-color: #B960C9;
}
.TagClassName
{
border-color: #B960C9;
}
</style>