Shades of Medium Orchid #B050CA
Tints of Medium Orchid #B050CA
RGB
CMYK
RGB Variations
Color information
#B050CA (or 0xB050CA) is known color: Medium Orchid. HEX triplet: B0, 50 and CA. RGB value is (176,80,202). Sum of RGB (Red+Green+Blue) = 176+80+202=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #B050CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B050CA is #4FAF35. Grayscale: #7A7A7A. Windows color (decimal): -5222198 or 13258928. OLE color: 13258928.
HSL color Cylindrical-coordinate representation of color #B050CA: hue angle of 287.21º 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 #B050CA is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 80 | 202 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.21 |
| HSL | 287.21º | 0.54% | 0.55% | - |
| HSV(B) | 287.21º | 0.6% | 0.79% | - |
| XYZ | 31.43 | 19.23 | 57.93 | - |
| YUV | 122.61 | 172.8 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 202 | 0.13 | 0.60 | 0 | 0.21 | 287.21 | 0.54 | 0.55 |
| Hex | B0 | 50 | CA | D | 3C | 0 | 15 | 11F | 36 | 37 |
| Octal | 260 | 120 | 312 | 15 | 74 | 0 | 25 | 437 | 66 | 67 |
| Binary | 10110000 | 1010000 | 11001010 | 1101 | 111100 | 0 | 10101 | 100011111 | 110110 | 110111 |
Color Harmonies of #B050CA
Complementary color
Monochromatic Colors of #B050CA
Black with #B050CA
Text Example
Text Example
White with #B050CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B050CA; }
p { color: rgb(176,80,202); }
H1.HeaderClassName
{
color: #B050CA;
}
.AnyTagClassName
{
color: #B050CA;
}
</style>
background-color css
<style>
a { background-color: #B050CA; }
a { background-color: rgb(176,80,202); }
div.DivClassName
{
background-color: #B050CA;
}
.BgClassName
{
background-color: #B050CA;
}
</style>
border-color css
<style>
span { border-color: #B050CA; }
span { border-color: rgb(176,80,202); }
td.TdClassName
{
border-color: #B050CA;
}
.TagClassName
{
border-color: #B050CA;
}
</style>