Shades of Medium Orchid #B970ED
Tints of Medium Orchid #B970ED
RGB
CMYK
RGB Variations
Color information
#B970ED (or 0xB970ED) is known color: Medium Orchid. HEX triplet: B9, 70 and ED. RGB value is (185,112,237). Sum of RGB (Red+Green+Blue) = 185+112+237=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #B970ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B970ED is #468F12. Grayscale: #939393. Windows color (decimal): -4624147 or 15560889. OLE color: 15560889.
HSL color Cylindrical-coordinate representation of color #B970ED: hue angle of 275.04º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B970ED is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 112 | 237 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.07 |
| HSL | 275.04º | 0.78% | 0.68% | - |
| HSV(B) | 275.04º | 0.53% | 0.93% | - |
| XYZ | 41.09 | 28.02 | 83.36 | - |
| YUV | 148.08 | 178.18 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 237 | 0.22 | 0.53 | 0 | 0.07 | 275.04 | 0.78 | 0.68 |
| Hex | B9 | 70 | ED | 16 | 35 | 0 | 7 | 113 | 4E | 44 |
| Octal | 271 | 160 | 355 | 26 | 65 | 0 | 7 | 423 | 116 | 104 |
| Binary | 10111001 | 1110000 | 11101101 | 10110 | 110101 | 0 | 111 | 100010011 | 1001110 | 1000100 |
Color Harmonies of #B970ED
Complementary color
Monochromatic Colors of #B970ED
Black with #B970ED
Text Example
Text Example
White with #B970ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B970ED; }
p { color: rgb(185,112,237); }
H1.HeaderClassName
{
color: #B970ED;
}
.AnyTagClassName
{
color: #B970ED;
}
</style>
background-color css
<style>
a { background-color: #B970ED; }
a { background-color: rgb(185,112,237); }
div.DivClassName
{
background-color: #B970ED;
}
.BgClassName
{
background-color: #B970ED;
}
</style>
border-color css
<style>
span { border-color: #B970ED; }
span { border-color: rgb(185,112,237); }
td.TdClassName
{
border-color: #B970ED;
}
.TagClassName
{
border-color: #B970ED;
}
</style>