Shades of Medium Orchid #B960CF
Tints of Medium Orchid #B960CF
RGB
CMYK
RGB Variations
Color information
#B960CF (or 0xB960CF) is known color: Medium Orchid. HEX triplet: B9, 60 and CF. RGB value is (185,96,207). Sum of RGB (Red+Green+Blue) = 185+96+207=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #B960CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B960CF is #469F30. Grayscale: #868686. Windows color (decimal): -4628273 or 13590713. OLE color: 13590713.
HSL color Cylindrical-coordinate representation of color #B960CF: hue angle of 288.11º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B960CF is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 96 | 207 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.19 |
| HSL | 288.11º | 0.54% | 0.59% | - |
| HSV(B) | 288.11º | 0.54% | 0.81% | - |
| XYZ | 35.45 | 23.19 | 61.64 | - |
| YUV | 135.27 | 168.49 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 96 | 207 | 0.11 | 0.54 | 0 | 0.19 | 288.11 | 0.54 | 0.59 |
| Hex | B9 | 60 | CF | B | 36 | 0 | 13 | 120 | 36 | 3B |
| Octal | 271 | 140 | 317 | 13 | 66 | 0 | 23 | 440 | 66 | 73 |
| Binary | 10111001 | 1100000 | 11001111 | 1011 | 110110 | 0 | 10011 | 100100000 | 110110 | 111011 |
Color Harmonies of #B960CF
Complementary color
Monochromatic Colors of #B960CF
Black with #B960CF
Text Example
Text Example
White with #B960CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B960CF; }
p { color: rgb(185,96,207); }
H1.HeaderClassName
{
color: #B960CF;
}
.AnyTagClassName
{
color: #B960CF;
}
</style>
background-color css
<style>
a { background-color: #B960CF; }
a { background-color: rgb(185,96,207); }
div.DivClassName
{
background-color: #B960CF;
}
.BgClassName
{
background-color: #B960CF;
}
</style>
border-color css
<style>
span { border-color: #B960CF; }
span { border-color: rgb(185,96,207); }
td.TdClassName
{
border-color: #B960CF;
}
.TagClassName
{
border-color: #B960CF;
}
</style>