Shades of Medium Orchid #B970EA
Tints of Medium Orchid #B970EA
RGB
CMYK
RGB Variations
Color information
#B970EA (or 0xB970EA) is known color: Medium Orchid. HEX triplet: B9, 70 and EA. RGB value is (185,112,234). Sum of RGB (Red+Green+Blue) = 185+112+234=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #B970EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B970EA is #468F15. Grayscale: #939393. Windows color (decimal): -4624150 or 15364281. OLE color: 15364281.
HSL color Cylindrical-coordinate representation of color #B970EA: hue angle of 275.9º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B970EA is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 112 | 234 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.08 |
| HSL | 275.9º | 0.74% | 0.68% | - |
| HSV(B) | 275.9º | 0.52% | 0.92% | - |
| XYZ | 40.65 | 27.84 | 81.07 | - |
| YUV | 147.74 | 176.68 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 234 | 0.21 | 0.52 | 0 | 0.08 | 275.9 | 0.74 | 0.68 |
| Hex | B9 | 70 | EA | 15 | 34 | 0 | 8 | 114 | 4A | 44 |
| Octal | 271 | 160 | 352 | 25 | 64 | 0 | 10 | 424 | 112 | 104 |
| Binary | 10111001 | 1110000 | 11101010 | 10101 | 110100 | 0 | 1000 | 100010100 | 1001010 | 1000100 |
Color Harmonies of #B970EA
Complementary color
Monochromatic Colors of #B970EA
Black with #B970EA
Text Example
Text Example
White with #B970EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B970EA; }
p { color: rgb(185,112,234); }
H1.HeaderClassName
{
color: #B970EA;
}
.AnyTagClassName
{
color: #B970EA;
}
</style>
background-color css
<style>
a { background-color: #B970EA; }
a { background-color: rgb(185,112,234); }
div.DivClassName
{
background-color: #B970EA;
}
.BgClassName
{
background-color: #B970EA;
}
</style>
border-color css
<style>
span { border-color: #B970EA; }
span { border-color: rgb(185,112,234); }
td.TdClassName
{
border-color: #B970EA;
}
.TagClassName
{
border-color: #B970EA;
}
</style>