Shades of Medium Orchid #B970DF
Tints of Medium Orchid #B970DF
RGB
CMYK
RGB Variations
Color information
#B970DF (or 0xB970DF) is known color: Medium Orchid. HEX triplet: B9, 70 and DF. RGB value is (185,112,223). Sum of RGB (Red+Green+Blue) = 185+112+223=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #B970DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970DF is #468F20. Grayscale: #929292. Windows color (decimal): -4624161 or 14643385. OLE color: 14643385.
HSL color Cylindrical-coordinate representation of color #B970DF: hue angle of 279.46º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B970DF is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 112 | 223 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.13 |
| HSL | 279.46º | 0.63% | 0.66% | - |
| HSV(B) | 279.46º | 0.5% | 0.87% | - |
| XYZ | 39.12 | 27.23 | 73.01 | - |
| YUV | 146.48 | 171.18 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 223 | 0.17 | 0.50 | 0 | 0.13 | 279.46 | 0.63 | 0.66 |
| Hex | B9 | 70 | DF | 11 | 32 | 0 | D | 117 | 3F | 42 |
| Octal | 271 | 160 | 337 | 21 | 62 | 0 | 15 | 427 | 77 | 102 |
| Binary | 10111001 | 1110000 | 11011111 | 10001 | 110010 | 0 | 1101 | 100010111 | 111111 | 1000010 |
Color Harmonies of #B970DF
Complementary color
Monochromatic Colors of #B970DF
Black with #B970DF
Text Example
Text Example
White with #B970DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B970DF; }
p { color: rgb(185,112,223); }
H1.HeaderClassName
{
color: #B970DF;
}
.AnyTagClassName
{
color: #B970DF;
}
</style>
background-color css
<style>
a { background-color: #B970DF; }
a { background-color: rgb(185,112,223); }
div.DivClassName
{
background-color: #B970DF;
}
.BgClassName
{
background-color: #B970DF;
}
</style>
border-color css
<style>
span { border-color: #B970DF; }
span { border-color: rgb(185,112,223); }
td.TdClassName
{
border-color: #B970DF;
}
.TagClassName
{
border-color: #B970DF;
}
</style>