Shades of Medium Orchid #B972D5
Tints of Medium Orchid #B972D5
RGB
CMYK
RGB Variations
Color information
#B972D5 (or 0xB972D5) is known color: Medium Orchid. HEX triplet: B9, 72 and D5. RGB value is (185,114,213). Sum of RGB (Red+Green+Blue) = 185+114+213=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #B972D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972D5 is #468D2A. Grayscale: #929292. Windows color (decimal): -4623659 or 13988537. OLE color: 13988537.
HSL color Cylindrical-coordinate representation of color #B972D5: hue angle of 283.03º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B972D5 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 114 | 213 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.16 |
| HSL | 283.03º | 0.54% | 0.64% | - |
| HSV(B) | 283.03º | 0.46% | 0.84% | - |
| XYZ | 38.04 | 27.15 | 66.19 | - |
| YUV | 146.52 | 165.52 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 114 | 213 | 0.13 | 0.46 | 0 | 0.16 | 283.03 | 0.54 | 0.64 |
| Hex | B9 | 72 | D5 | D | 2E | 0 | 10 | 11B | 36 | 40 |
| Octal | 271 | 162 | 325 | 15 | 56 | 0 | 20 | 433 | 66 | 100 |
| Binary | 10111001 | 1110010 | 11010101 | 1101 | 101110 | 0 | 10000 | 100011011 | 110110 | 1000000 |
Color Harmonies of #B972D5
Complementary color
Monochromatic Colors of #B972D5
Black with #B972D5
Text Example
Text Example
White with #B972D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B972D5; }
p { color: rgb(185,114,213); }
H1.HeaderClassName
{
color: #B972D5;
}
.AnyTagClassName
{
color: #B972D5;
}
</style>
background-color css
<style>
a { background-color: #B972D5; }
a { background-color: rgb(185,114,213); }
div.DivClassName
{
background-color: #B972D5;
}
.BgClassName
{
background-color: #B972D5;
}
</style>
border-color css
<style>
span { border-color: #B972D5; }
span { border-color: rgb(185,114,213); }
td.TdClassName
{
border-color: #B972D5;
}
.TagClassName
{
border-color: #B972D5;
}
</style>