Shades of Medium Orchid #B970C8
Tints of Medium Orchid #B970C8
RGB
CMYK
RGB Variations
Color information
#B970C8 (or 0xB970C8) is known color: Medium Orchid. HEX triplet: B9, 70 and C8. RGB value is (185,112,200). Sum of RGB (Red+Green+Blue) = 185+112+200=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 200 - color contains mainly: blue. Hex color #B970C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970C8 is #468F37. Grayscale: #8F8F8F. Windows color (decimal): -4624184 or 13136057. OLE color: 13136057.
HSL color Cylindrical-coordinate representation of color #B970C8: hue angle of 289.77º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B970C8 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 112 | 200 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.22 |
| HSL | 289.77º | 0.44% | 0.61% | - |
| HSV(B) | 289.77º | 0.44% | 0.78% | - |
| XYZ | 36.23 | 26.07 | 57.77 | - |
| YUV | 143.86 | 159.68 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 200 | 0.08 | 0.44 | 0 | 0.22 | 289.77 | 0.44 | 0.61 |
| Hex | B9 | 70 | C8 | 8 | 2C | 0 | 16 | 122 | 2C | 3D |
| Octal | 271 | 160 | 310 | 10 | 54 | 0 | 26 | 442 | 54 | 75 |
| Binary | 10111001 | 1110000 | 11001000 | 1000 | 101100 | 0 | 10110 | 100100010 | 101100 | 111101 |
Color Harmonies of #B970C8
Complementary color
Monochromatic Colors of #B970C8
Black with #B970C8
Text Example
Text Example
White with #B970C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B970C8; }
p { color: rgb(185,112,200); }
H1.HeaderClassName
{
color: #B970C8;
}
.AnyTagClassName
{
color: #B970C8;
}
</style>
background-color css
<style>
a { background-color: #B970C8; }
a { background-color: rgb(185,112,200); }
div.DivClassName
{
background-color: #B970C8;
}
.BgClassName
{
background-color: #B970C8;
}
</style>
border-color css
<style>
span { border-color: #B970C8; }
span { border-color: rgb(185,112,200); }
td.TdClassName
{
border-color: #B970C8;
}
.TagClassName
{
border-color: #B970C8;
}
</style>