Shades of Medium Orchid #B960CB
Tints of Medium Orchid #B960CB
RGB
CMYK
RGB Variations
Color information
#B960CB (or 0xB960CB) is known color: Medium Orchid. HEX triplet: B9, 60 and CB. RGB value is (185,96,203). Sum of RGB (Red+Green+Blue) = 185+96+203=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #B960CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B960CB is #469F34. Grayscale: #868686. Windows color (decimal): -4628277 or 13328569. OLE color: 13328569.
HSL color Cylindrical-coordinate representation of color #B960CB: hue angle of 289.91º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B960CB is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 96 | 203 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.20 |
| HSL | 289.91º | 0.51% | 0.59% | - |
| HSV(B) | 289.91º | 0.53% | 0.8% | - |
| XYZ | 34.97 | 22.99 | 59.09 | - |
| YUV | 134.81 | 166.49 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 96 | 203 | 0.09 | 0.53 | 0 | 0.20 | 289.91 | 0.51 | 0.59 |
| Hex | B9 | 60 | CB | 9 | 35 | 0 | 14 | 122 | 33 | 3B |
| Octal | 271 | 140 | 313 | 11 | 65 | 0 | 24 | 442 | 63 | 73 |
| Binary | 10111001 | 1100000 | 11001011 | 1001 | 110101 | 0 | 10100 | 100100010 | 110011 | 111011 |
Color Harmonies of #B960CB
Complementary color
Monochromatic Colors of #B960CB
Black with #B960CB
Text Example
Text Example
White with #B960CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B960CB; }
p { color: rgb(185,96,203); }
H1.HeaderClassName
{
color: #B960CB;
}
.AnyTagClassName
{
color: #B960CB;
}
</style>
background-color css
<style>
a { background-color: #B960CB; }
a { background-color: rgb(185,96,203); }
div.DivClassName
{
background-color: #B960CB;
}
.BgClassName
{
background-color: #B960CB;
}
</style>
border-color css
<style>
span { border-color: #B960CB; }
span { border-color: rgb(185,96,203); }
td.TdClassName
{
border-color: #B960CB;
}
.TagClassName
{
border-color: #B960CB;
}
</style>