Shades of Medium Orchid #B93AEF
Tints of Medium Orchid #B93AEF
RGB
CMYK
RGB Variations
Color information
#B93AEF (or 0xB93AEF) is known color: Medium Orchid. HEX triplet: B9, 3A and EF. RGB value is (185,58,239). Sum of RGB (Red+Green+Blue) = 185+58+239=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 58 (23.05% from 255 or 12.03% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #B93AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93AEF is #46C510. Grayscale: #747474. Windows color (decimal): -4637969 or 15678137. OLE color: 15678137.
HSL color Cylindrical-coordinate representation of color #B93AEF: hue angle of 282.1º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B93AEF is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 58 | 239 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.06 |
| HSL | 282.1º | 0.85% | 0.58% | - |
| HSV(B) | 282.1º | 0.76% | 0.94% | - |
| XYZ | 37.1 | 19.57 | 83.48 | - |
| YUV | 116.61 | 197.08 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 58 | 239 | 0.23 | 0.76 | 0 | 0.06 | 282.1 | 0.85 | 0.58 |
| Hex | B9 | 3A | EF | 17 | 4C | 0 | 6 | 11A | 55 | 3A |
| Octal | 271 | 72 | 357 | 27 | 114 | 0 | 6 | 432 | 125 | 72 |
| Binary | 10111001 | 111010 | 11101111 | 10111 | 1001100 | 0 | 110 | 100011010 | 1010101 | 111010 |
Color Harmonies of #B93AEF
Complementary color
Monochromatic Colors of #B93AEF
Black with #B93AEF
Text Example
Text Example
White with #B93AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93AEF; }
p { color: rgb(185,58,239); }
H1.HeaderClassName
{
color: #B93AEF;
}
.AnyTagClassName
{
color: #B93AEF;
}
</style>
background-color css
<style>
a { background-color: #B93AEF; }
a { background-color: rgb(185,58,239); }
div.DivClassName
{
background-color: #B93AEF;
}
.BgClassName
{
background-color: #B93AEF;
}
</style>
border-color css
<style>
span { border-color: #B93AEF; }
span { border-color: rgb(185,58,239); }
td.TdClassName
{
border-color: #B93AEF;
}
.TagClassName
{
border-color: #B93AEF;
}
</style>