Shades of Medium Orchid #B961CA
Tints of Medium Orchid #B961CA
RGB
CMYK
RGB Variations
Color information
#B961CA (or 0xB961CA) is known color: Medium Orchid. HEX triplet: B9, 61 and CA. RGB value is (185,97,202). Sum of RGB (Red+Green+Blue) = 185+97+202=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #B961CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B961CA is #469E35. Grayscale: #868686. Windows color (decimal): -4628022 or 13263289. OLE color: 13263289.
HSL color Cylindrical-coordinate representation of color #B961CA: hue angle of 290.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B961CA is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 97 | 202 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.21 |
| HSL | 290.29º | 0.5% | 0.59% | - |
| HSV(B) | 290.29º | 0.52% | 0.79% | - |
| XYZ | 34.94 | 23.13 | 58.5 | - |
| YUV | 135.28 | 165.65 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 97 | 202 | 0.08 | 0.52 | 0 | 0.21 | 290.29 | 0.5 | 0.59 |
| Hex | B9 | 61 | CA | 8 | 34 | 0 | 15 | 122 | 32 | 3B |
| Octal | 271 | 141 | 312 | 10 | 64 | 0 | 25 | 442 | 62 | 73 |
| Binary | 10111001 | 1100001 | 11001010 | 1000 | 110100 | 0 | 10101 | 100100010 | 110010 | 111011 |
Color Harmonies of #B961CA
Complementary color
Monochromatic Colors of #B961CA
Black with #B961CA
Text Example
Text Example
White with #B961CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B961CA; }
p { color: rgb(185,97,202); }
H1.HeaderClassName
{
color: #B961CA;
}
.AnyTagClassName
{
color: #B961CA;
}
</style>
background-color css
<style>
a { background-color: #B961CA; }
a { background-color: rgb(185,97,202); }
div.DivClassName
{
background-color: #B961CA;
}
.BgClassName
{
background-color: #B961CA;
}
</style>
border-color css
<style>
span { border-color: #B961CA; }
span { border-color: rgb(185,97,202); }
td.TdClassName
{
border-color: #B961CA;
}
.TagClassName
{
border-color: #B961CA;
}
</style>