Shades of Medium Orchid #B970F0
Tints of Medium Orchid #B970F0
RGB
CMYK
RGB Variations
Color information
#B970F0 (or 0xB970F0) is known color: Medium Orchid. HEX triplet: B9, 70 and F0. RGB value is (185,112,240). Sum of RGB (Red+Green+Blue) = 185+112+240=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #B970F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B970F0 is #468F0F. Grayscale: #939393. Windows color (decimal): -4624144 or 15757497. OLE color: 15757497.
HSL color Cylindrical-coordinate representation of color #B970F0: hue angle of 274.22º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B970F0 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 112 | 240 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.06 |
| HSL | 274.22º | 0.81% | 0.69% | - |
| HSV(B) | 274.22º | 0.53% | 0.94% | - |
| XYZ | 41.53 | 28.19 | 85.69 | - |
| YUV | 148.42 | 179.68 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 240 | 0.23 | 0.53 | 0 | 0.06 | 274.22 | 0.81 | 0.69 |
| Hex | B9 | 70 | F0 | 17 | 35 | 0 | 6 | 112 | 51 | 45 |
| Octal | 271 | 160 | 360 | 27 | 65 | 0 | 6 | 422 | 121 | 105 |
| Binary | 10111001 | 1110000 | 11110000 | 10111 | 110101 | 0 | 110 | 100010010 | 1010001 | 1000101 |
Color Harmonies of #B970F0
Complementary color
Monochromatic Colors of #B970F0
Black with #B970F0
Text Example
Text Example
White with #B970F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B970F0; }
p { color: rgb(185,112,240); }
H1.HeaderClassName
{
color: #B970F0;
}
.AnyTagClassName
{
color: #B970F0;
}
</style>
background-color css
<style>
a { background-color: #B970F0; }
a { background-color: rgb(185,112,240); }
div.DivClassName
{
background-color: #B970F0;
}
.BgClassName
{
background-color: #B970F0;
}
</style>
border-color css
<style>
span { border-color: #B970F0; }
span { border-color: rgb(185,112,240); }
td.TdClassName
{
border-color: #B970F0;
}
.TagClassName
{
border-color: #B970F0;
}
</style>