Shades of Medium Orchid #B972DF
Tints of Medium Orchid #B972DF
RGB
CMYK
RGB Variations
Color information
#B972DF (or 0xB972DF) is known color: Medium Orchid. HEX triplet: B9, 72 and DF. RGB value is (185,114,223). Sum of RGB (Red+Green+Blue) = 185+114+223=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #B972DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972DF is #468D20. Grayscale: #939393. Windows color (decimal): -4623649 or 14643897. OLE color: 14643897.
HSL color Cylindrical-coordinate representation of color #B972DF: hue angle of 279.08º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B972DF is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 114 | 223 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.13 |
| HSL | 279.08º | 0.63% | 0.66% | - |
| HSV(B) | 279.08º | 0.49% | 0.87% | - |
| XYZ | 39.34 | 27.68 | 73.08 | - |
| YUV | 147.66 | 170.52 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 114 | 223 | 0.17 | 0.49 | 0 | 0.13 | 279.08 | 0.63 | 0.66 |
| Hex | B9 | 72 | DF | 11 | 31 | 0 | D | 117 | 3F | 42 |
| Octal | 271 | 162 | 337 | 21 | 61 | 0 | 15 | 427 | 77 | 102 |
| Binary | 10111001 | 1110010 | 11011111 | 10001 | 110001 | 0 | 1101 | 100010111 | 111111 | 1000010 |
Color Harmonies of #B972DF
Complementary color
Monochromatic Colors of #B972DF
Black with #B972DF
Text Example
Text Example
White with #B972DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B972DF; }
p { color: rgb(185,114,223); }
H1.HeaderClassName
{
color: #B972DF;
}
.AnyTagClassName
{
color: #B972DF;
}
</style>
background-color css
<style>
a { background-color: #B972DF; }
a { background-color: rgb(185,114,223); }
div.DivClassName
{
background-color: #B972DF;
}
.BgClassName
{
background-color: #B972DF;
}
</style>
border-color css
<style>
span { border-color: #B972DF; }
span { border-color: rgb(185,114,223); }
td.TdClassName
{
border-color: #B972DF;
}
.TagClassName
{
border-color: #B972DF;
}
</style>