Shades of Medium Orchid #B972D3
Tints of Medium Orchid #B972D3
RGB
CMYK
RGB Variations
Color information
#B972D3 (or 0xB972D3) is known color: Medium Orchid. HEX triplet: B9, 72 and D3. RGB value is (185,114,211). Sum of RGB (Red+Green+Blue) = 185+114+211=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 211 - color contains mainly: blue. Hex color #B972D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972D3 is #468D2C. Grayscale: #919191. Windows color (decimal): -4623661 or 13857465. OLE color: 13857465.
HSL color Cylindrical-coordinate representation of color #B972D3: hue angle of 283.92º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B972D3 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 114 | 211 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.17 |
| HSL | 283.92º | 0.52% | 0.64% | - |
| HSV(B) | 283.92º | 0.46% | 0.83% | - |
| XYZ | 37.78 | 27.05 | 64.86 | - |
| YUV | 146.29 | 164.52 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 114 | 211 | 0.12 | 0.46 | 0 | 0.17 | 283.92 | 0.52 | 0.64 |
| Hex | B9 | 72 | D3 | C | 2E | 0 | 11 | 11C | 34 | 40 |
| Octal | 271 | 162 | 323 | 14 | 56 | 0 | 21 | 434 | 64 | 100 |
| Binary | 10111001 | 1110010 | 11010011 | 1100 | 101110 | 0 | 10001 | 100011100 | 110100 | 1000000 |
Color Harmonies of #B972D3
Complementary color
Monochromatic Colors of #B972D3
Black with #B972D3
Text Example
Text Example
White with #B972D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B972D3; }
p { color: rgb(185,114,211); }
H1.HeaderClassName
{
color: #B972D3;
}
.AnyTagClassName
{
color: #B972D3;
}
</style>
background-color css
<style>
a { background-color: #B972D3; }
a { background-color: rgb(185,114,211); }
div.DivClassName
{
background-color: #B972D3;
}
.BgClassName
{
background-color: #B972D3;
}
</style>
border-color css
<style>
span { border-color: #B972D3; }
span { border-color: rgb(185,114,211); }
td.TdClassName
{
border-color: #B972D3;
}
.TagClassName
{
border-color: #B972D3;
}
</style>