Shades of Medium Orchid #B972D6
Tints of Medium Orchid #B972D6
RGB
CMYK
RGB Variations
Color information
#B972D6 (or 0xB972D6) is known color: Medium Orchid. HEX triplet: B9, 72 and D6. RGB value is (185,114,214). Sum of RGB (Red+Green+Blue) = 185+114+214=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 214 - color contains mainly: blue. Hex color #B972D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972D6 is #468D29. Grayscale: #929292. Windows color (decimal): -4623658 or 14054073. OLE color: 14054073.
HSL color Cylindrical-coordinate representation of color #B972D6: hue angle of 282.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B972D6 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 114 | 214 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.16 |
| HSL | 282.6º | 0.55% | 0.64% | - |
| HSV(B) | 282.6º | 0.47% | 0.84% | - |
| XYZ | 38.16 | 27.2 | 66.86 | - |
| YUV | 146.63 | 166.02 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 114 | 214 | 0.14 | 0.47 | 0 | 0.16 | 282.6 | 0.55 | 0.64 |
| Hex | B9 | 72 | D6 | E | 2F | 0 | 10 | 11B | 37 | 40 |
| Octal | 271 | 162 | 326 | 16 | 57 | 0 | 20 | 433 | 67 | 100 |
| Binary | 10111001 | 1110010 | 11010110 | 1110 | 101111 | 0 | 10000 | 100011011 | 110111 | 1000000 |
Color Harmonies of #B972D6
Complementary color
Monochromatic Colors of #B972D6
Black with #B972D6
Text Example
Text Example
White with #B972D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B972D6; }
p { color: rgb(185,114,214); }
H1.HeaderClassName
{
color: #B972D6;
}
.AnyTagClassName
{
color: #B972D6;
}
</style>
background-color css
<style>
a { background-color: #B972D6; }
a { background-color: rgb(185,114,214); }
div.DivClassName
{
background-color: #B972D6;
}
.BgClassName
{
background-color: #B972D6;
}
</style>
border-color css
<style>
span { border-color: #B972D6; }
span { border-color: rgb(185,114,214); }
td.TdClassName
{
border-color: #B972D6;
}
.TagClassName
{
border-color: #B972D6;
}
</style>