Shades of Medium Orchid #B970C6
Tints of Medium Orchid #B970C6
RGB
CMYK
RGB Variations
Color information
#B970C6 (or 0xB970C6) is known color: Medium Orchid. HEX triplet: B9, 70 and C6. RGB value is (185,112,198). Sum of RGB (Red+Green+Blue) = 185+112+198=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 198 - color contains mainly: blue. Hex color #B970C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970C6 is #468F39. Grayscale: #8F8F8F. Windows color (decimal): -4624186 or 13004985. OLE color: 13004985.
HSL color Cylindrical-coordinate representation of color #B970C6: hue angle of 290.93º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B970C6 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 112 | 198 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.22 |
| HSL | 290.93º | 0.43% | 0.61% | - |
| HSV(B) | 290.93º | 0.43% | 0.78% | - |
| XYZ | 35.99 | 25.98 | 56.54 | - |
| YUV | 143.63 | 158.68 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 198 | 0.07 | 0.43 | 0 | 0.22 | 290.93 | 0.43 | 0.61 |
| Hex | B9 | 70 | C6 | 7 | 2B | 0 | 16 | 123 | 2B | 3D |
| Octal | 271 | 160 | 306 | 7 | 53 | 0 | 26 | 443 | 53 | 75 |
| Binary | 10111001 | 1110000 | 11000110 | 111 | 101011 | 0 | 10110 | 100100011 | 101011 | 111101 |
Color Harmonies of #B970C6
Complementary color
Monochromatic Colors of #B970C6
Black with #B970C6
Text Example
Text Example
White with #B970C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B970C6; }
p { color: rgb(185,112,198); }
H1.HeaderClassName
{
color: #B970C6;
}
.AnyTagClassName
{
color: #B970C6;
}
</style>
background-color css
<style>
a { background-color: #B970C6; }
a { background-color: rgb(185,112,198); }
div.DivClassName
{
background-color: #B970C6;
}
.BgClassName
{
background-color: #B970C6;
}
</style>
border-color css
<style>
span { border-color: #B970C6; }
span { border-color: rgb(185,112,198); }
td.TdClassName
{
border-color: #B970C6;
}
.TagClassName
{
border-color: #B970C6;
}
</style>