Shades of Medium Orchid #B170CA
Tints of Medium Orchid #B170CA
RGB
CMYK
RGB Variations
Color information
#B170CA (or 0xB170CA) is known color: Medium Orchid. HEX triplet: B1, 70 and CA. RGB value is (177,112,202). Sum of RGB (Red+Green+Blue) = 177+112+202=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #B170CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B170CA is #4E8F35. Grayscale: #8D8D8D. Windows color (decimal): -5148470 or 13267121. OLE color: 13267121.
HSL color Cylindrical-coordinate representation of color #B170CA: hue angle of 283.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B170CA is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 112 | 202 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.21 |
| HSL | 283.33º | 0.46% | 0.62% | - |
| HSV(B) | 283.33º | 0.45% | 0.79% | - |
| XYZ | 34.59 | 25.2 | 58.92 | - |
| YUV | 141.7 | 162.03 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 202 | 0.12 | 0.45 | 0 | 0.21 | 283.33 | 0.46 | 0.62 |
| Hex | B1 | 70 | CA | C | 2D | 0 | 15 | 11B | 2E | 3E |
| Octal | 261 | 160 | 312 | 14 | 55 | 0 | 25 | 433 | 56 | 76 |
| Binary | 10110001 | 1110000 | 11001010 | 1100 | 101101 | 0 | 10101 | 100011011 | 101110 | 111110 |
Color Harmonies of #B170CA
Complementary color
Monochromatic Colors of #B170CA
Black with #B170CA
Text Example
Text Example
White with #B170CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B170CA; }
p { color: rgb(177,112,202); }
H1.HeaderClassName
{
color: #B170CA;
}
.AnyTagClassName
{
color: #B170CA;
}
</style>
background-color css
<style>
a { background-color: #B170CA; }
a { background-color: rgb(177,112,202); }
div.DivClassName
{
background-color: #B170CA;
}
.BgClassName
{
background-color: #B170CA;
}
</style>
border-color css
<style>
span { border-color: #B170CA; }
span { border-color: rgb(177,112,202); }
td.TdClassName
{
border-color: #B170CA;
}
.TagClassName
{
border-color: #B170CA;
}
</style>