Shades of Medium Orchid #B960CA
Tints of Medium Orchid #B960CA
RGB
CMYK
RGB Variations
Color information
#B960CA (or 0xB960CA) is known color: Medium Orchid. HEX triplet: B9, 60 and CA. RGB value is (185,96,202). Sum of RGB (Red+Green+Blue) = 185+96+202=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #B960CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B960CA is #469F35. Grayscale: #868686. Windows color (decimal): -4628278 or 13263033. OLE color: 13263033.
HSL color Cylindrical-coordinate representation of color #B960CA: hue angle of 290.38º degrees, saturation: 0.5, 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 #B960CA is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 96 | 202 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.21 |
| HSL | 290.38º | 0.5% | 0.58% | - |
| HSV(B) | 290.38º | 0.52% | 0.79% | - |
| XYZ | 34.85 | 22.94 | 58.47 | - |
| YUV | 134.7 | 165.99 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 96 | 202 | 0.08 | 0.52 | 0 | 0.21 | 290.38 | 0.5 | 0.58 |
| Hex | B9 | 60 | CA | 8 | 34 | 0 | 15 | 122 | 32 | 3A |
| Octal | 271 | 140 | 312 | 10 | 64 | 0 | 25 | 442 | 62 | 72 |
| Binary | 10111001 | 1100000 | 11001010 | 1000 | 110100 | 0 | 10101 | 100100010 | 110010 | 111010 |
Color Harmonies of #B960CA
Complementary color
Monochromatic Colors of #B960CA
Black with #B960CA
Text Example
Text Example
White with #B960CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B960CA; }
p { color: rgb(185,96,202); }
H1.HeaderClassName
{
color: #B960CA;
}
.AnyTagClassName
{
color: #B960CA;
}
</style>
background-color css
<style>
a { background-color: #B960CA; }
a { background-color: rgb(185,96,202); }
div.DivClassName
{
background-color: #B960CA;
}
.BgClassName
{
background-color: #B960CA;
}
</style>
border-color css
<style>
span { border-color: #B960CA; }
span { border-color: rgb(185,96,202); }
td.TdClassName
{
border-color: #B960CA;
}
.TagClassName
{
border-color: #B960CA;
}
</style>