Shades of Medium Orchid #B960CC
Tints of Medium Orchid #B960CC
RGB
CMYK
RGB Variations
Color information
#B960CC (or 0xB960CC) is known color: Medium Orchid. HEX triplet: B9, 60 and CC. RGB value is (185,96,204). Sum of RGB (Red+Green+Blue) = 185+96+204=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #B960CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B960CC is #469F33. Grayscale: #868686. Windows color (decimal): -4628276 or 13394105. OLE color: 13394105.
HSL color Cylindrical-coordinate representation of color #B960CC: hue angle of 289.44º 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 #B960CC is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 96 | 204 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.2 |
| HSL | 289.44º | 0.51% | 0.59% | - |
| HSV(B) | 289.44º | 0.53% | 0.8% | - |
| XYZ | 35.09 | 23.04 | 59.72 | - |
| YUV | 134.92 | 166.99 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 96 | 204 | 0.09 | 0.53 | 0 | 0.2 | 289.44 | 0.51 | 0.59 |
| Hex | B9 | 60 | CC | 9 | 35 | 0 | 14 | 121 | 33 | 3B |
| Octal | 271 | 140 | 314 | 11 | 65 | 0 | 24 | 441 | 63 | 73 |
| Binary | 10111001 | 1100000 | 11001100 | 1001 | 110101 | 0 | 10100 | 100100001 | 110011 | 111011 |
Color Harmonies of #B960CC
Complementary color
Monochromatic Colors of #B960CC
Black with #B960CC
Text Example
Text Example
White with #B960CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B960CC; }
p { color: rgb(185,96,204); }
H1.HeaderClassName
{
color: #B960CC;
}
.AnyTagClassName
{
color: #B960CC;
}
</style>
background-color css
<style>
a { background-color: #B960CC; }
a { background-color: rgb(185,96,204); }
div.DivClassName
{
background-color: #B960CC;
}
.BgClassName
{
background-color: #B960CC;
}
</style>
border-color css
<style>
span { border-color: #B960CC; }
span { border-color: rgb(185,96,204); }
td.TdClassName
{
border-color: #B960CC;
}
.TagClassName
{
border-color: #B960CC;
}
</style>