Shades of Medium Orchid #B150CA
Tints of Medium Orchid #B150CA
RGB
CMYK
RGB Variations
Color information
#B150CA (or 0xB150CA) is known color: Medium Orchid. HEX triplet: B1, 50 and CA. RGB value is (177,80,202). Sum of RGB (Red+Green+Blue) = 177+80+202=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #B150CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B150CA is #4EAF35. Grayscale: #7A7A7A. Windows color (decimal): -5156662 or 13258929. OLE color: 13258929.
HSL color Cylindrical-coordinate representation of color #B150CA: hue angle of 287.7º 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 #B150CA is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 80 | 202 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.21 |
| HSL | 287.7º | 0.54% | 0.55% | - |
| HSV(B) | 287.7º | 0.6% | 0.79% | - |
| XYZ | 31.66 | 19.35 | 57.94 | - |
| YUV | 122.91 | 172.64 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 202 | 0.12 | 0.60 | 0 | 0.21 | 287.7 | 0.54 | 0.55 |
| Hex | B1 | 50 | CA | C | 3C | 0 | 15 | 120 | 36 | 37 |
| Octal | 261 | 120 | 312 | 14 | 74 | 0 | 25 | 440 | 66 | 67 |
| Binary | 10110001 | 1010000 | 11001010 | 1100 | 111100 | 0 | 10101 | 100100000 | 110110 | 110111 |
Color Harmonies of #B150CA
Complementary color
Monochromatic Colors of #B150CA
Black with #B150CA
Text Example
Text Example
White with #B150CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B150CA; }
p { color: rgb(177,80,202); }
H1.HeaderClassName
{
color: #B150CA;
}
.AnyTagClassName
{
color: #B150CA;
}
</style>
background-color css
<style>
a { background-color: #B150CA; }
a { background-color: rgb(177,80,202); }
div.DivClassName
{
background-color: #B150CA;
}
.BgClassName
{
background-color: #B150CA;
}
</style>
border-color css
<style>
span { border-color: #B150CA; }
span { border-color: rgb(177,80,202); }
td.TdClassName
{
border-color: #B150CA;
}
.TagClassName
{
border-color: #B150CA;
}
</style>