Shades of Medium Orchid #B950CA
Tints of Medium Orchid #B950CA
RGB
CMYK
RGB Variations
Color information
#B950CA (or 0xB950CA) is known color: Medium Orchid. HEX triplet: B9, 50 and CA. RGB value is (185,80,202). Sum of RGB (Red+Green+Blue) = 185+80+202=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #B950CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B950CA is #46AF35. Grayscale: #7C7C7C. Windows color (decimal): -4632374 or 13258937. OLE color: 13258937.
HSL color Cylindrical-coordinate representation of color #B950CA: hue angle of 291.64º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B950CA is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 80 | 202 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.21 |
| HSL | 291.64º | 0.54% | 0.55% | - |
| HSV(B) | 291.64º | 0.6% | 0.79% | - |
| XYZ | 33.54 | 20.32 | 58.03 | - |
| YUV | 125.3 | 171.29 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 202 | 0.08 | 0.60 | 0 | 0.21 | 291.64 | 0.54 | 0.55 |
| Hex | B9 | 50 | CA | 8 | 3C | 0 | 15 | 124 | 36 | 37 |
| Octal | 271 | 120 | 312 | 10 | 74 | 0 | 25 | 444 | 66 | 67 |
| Binary | 10111001 | 1010000 | 11001010 | 1000 | 111100 | 0 | 10101 | 100100100 | 110110 | 110111 |
Color Harmonies of #B950CA
Complementary color
Monochromatic Colors of #B950CA
Black with #B950CA
Text Example
Text Example
White with #B950CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B950CA; }
p { color: rgb(185,80,202); }
H1.HeaderClassName
{
color: #B950CA;
}
.AnyTagClassName
{
color: #B950CA;
}
</style>
background-color css
<style>
a { background-color: #B950CA; }
a { background-color: rgb(185,80,202); }
div.DivClassName
{
background-color: #B950CA;
}
.BgClassName
{
background-color: #B950CA;
}
</style>
border-color css
<style>
span { border-color: #B950CA; }
span { border-color: rgb(185,80,202); }
td.TdClassName
{
border-color: #B950CA;
}
.TagClassName
{
border-color: #B950CA;
}
</style>