Shades of Medium Orchid #B972C6
Tints of Medium Orchid #B972C6
RGB
CMYK
RGB Variations
Color information
#B972C6 (or 0xB972C6) is known color: Medium Orchid. HEX triplet: B9, 72 and C6. RGB value is (185,114,198). Sum of RGB (Red+Green+Blue) = 185+114+198=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 198 - color contains mainly: blue. Hex color #B972C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972C6 is #468D39. Grayscale: #909090. Windows color (decimal): -4623674 or 13005497. OLE color: 13005497.
HSL color Cylindrical-coordinate representation of color #B972C6: hue angle of 290.71º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B972C6 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 114 | 198 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.22 |
| HSL | 290.71º | 0.42% | 0.61% | - |
| HSV(B) | 290.71º | 0.42% | 0.78% | - |
| XYZ | 36.22 | 26.43 | 56.62 | - |
| YUV | 144.81 | 158.02 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 114 | 198 | 0.07 | 0.42 | 0 | 0.22 | 290.71 | 0.42 | 0.61 |
| Hex | B9 | 72 | C6 | 7 | 2A | 0 | 16 | 123 | 2A | 3D |
| Octal | 271 | 162 | 306 | 7 | 52 | 0 | 26 | 443 | 52 | 75 |
| Binary | 10111001 | 1110010 | 11000110 | 111 | 101010 | 0 | 10110 | 100100011 | 101010 | 111101 |
Color Harmonies of #B972C6
Complementary color
Monochromatic Colors of #B972C6
Black with #B972C6
Text Example
Text Example
White with #B972C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B972C6; }
p { color: rgb(185,114,198); }
H1.HeaderClassName
{
color: #B972C6;
}
.AnyTagClassName
{
color: #B972C6;
}
</style>
background-color css
<style>
a { background-color: #B972C6; }
a { background-color: rgb(185,114,198); }
div.DivClassName
{
background-color: #B972C6;
}
.BgClassName
{
background-color: #B972C6;
}
</style>
border-color css
<style>
span { border-color: #B972C6; }
span { border-color: rgb(185,114,198); }
td.TdClassName
{
border-color: #B972C6;
}
.TagClassName
{
border-color: #B972C6;
}
</style>