Shades of Medium Orchid #B970C9
Tints of Medium Orchid #B970C9
RGB
CMYK
RGB Variations
Color information
#B970C9 (or 0xB970C9) is known color: Medium Orchid. HEX triplet: B9, 70 and C9. RGB value is (185,112,201). Sum of RGB (Red+Green+Blue) = 185+112+201=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 201 - color contains mainly: blue. Hex color #B970C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970C9 is #468F36. Grayscale: #8F8F8F. Windows color (decimal): -4624183 or 13201593. OLE color: 13201593.
HSL color Cylindrical-coordinate representation of color #B970C9: hue angle of 289.21º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B970C9 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 112 | 201 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.21 |
| HSL | 289.21º | 0.45% | 0.61% | - |
| HSV(B) | 289.21º | 0.44% | 0.79% | - |
| XYZ | 36.34 | 26.12 | 58.38 | - |
| YUV | 143.97 | 160.18 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 201 | 0.08 | 0.44 | 0 | 0.21 | 289.21 | 0.45 | 0.61 |
| Hex | B9 | 70 | C9 | 8 | 2C | 0 | 15 | 121 | 2D | 3D |
| Octal | 271 | 160 | 311 | 10 | 54 | 0 | 25 | 441 | 55 | 75 |
| Binary | 10111001 | 1110000 | 11001001 | 1000 | 101100 | 0 | 10101 | 100100001 | 101101 | 111101 |
Color Harmonies of #B970C9
Complementary color
Monochromatic Colors of #B970C9
Black with #B970C9
Text Example
Text Example
White with #B970C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B970C9; }
p { color: rgb(185,112,201); }
H1.HeaderClassName
{
color: #B970C9;
}
.AnyTagClassName
{
color: #B970C9;
}
</style>
background-color css
<style>
a { background-color: #B970C9; }
a { background-color: rgb(185,112,201); }
div.DivClassName
{
background-color: #B970C9;
}
.BgClassName
{
background-color: #B970C9;
}
</style>
border-color css
<style>
span { border-color: #B970C9; }
span { border-color: rgb(185,112,201); }
td.TdClassName
{
border-color: #B970C9;
}
.TagClassName
{
border-color: #B970C9;
}
</style>