Shades of Medium Orchid #B93EFF
Tints of Medium Orchid #B93EFF
RGB
CMYK
RGB Variations
Color information
#B93EFF (or 0xB93EFF) is known color: Medium Orchid. HEX triplet: B9, 3E and FF. RGB value is (185,62,255). Sum of RGB (Red+Green+Blue) = 185+62+255=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 62 (24.61% from 255 or 12.35% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #B93EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93EFF is #46C100. Grayscale: #787878. Windows color (decimal): -4636929 or 16727737. OLE color: 16727737.
HSL color Cylindrical-coordinate representation of color #B93EFF: hue angle of 278.24º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B93EFF is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 62 | 255 | - |
| CMYK | 0.27 | 0.76 | 0 | 0 |
| HSL | 278.24º | 1% | 0.62% | - |
| HSV(B) | 278.24º | 0.76% | 1% | - |
| XYZ | 39.78 | 20.98 | 96.56 | - |
| YUV | 120.78 | 203.75 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 62 | 255 | 0.27 | 0.76 | 0 | 0 | 278.24 | 1 | 0.62 |
| Hex | B9 | 3E | FF | 1B | 4C | 0 | 0 | 116 | 64 | 3E |
| Octal | 271 | 76 | 377 | 33 | 114 | 0 | 0 | 426 | 144 | 76 |
| Binary | 10111001 | 111110 | 11111111 | 11011 | 1001100 | 0 | 0 | 100010110 | 1100100 | 111110 |
Color Harmonies of #B93EFF
Complementary color
Monochromatic Colors of #B93EFF
Black with #B93EFF
Text Example
Text Example
White with #B93EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93EFF; }
p { color: rgb(185,62,255); }
H1.HeaderClassName
{
color: #B93EFF;
}
.AnyTagClassName
{
color: #B93EFF;
}
</style>
background-color css
<style>
a { background-color: #B93EFF; }
a { background-color: rgb(185,62,255); }
div.DivClassName
{
background-color: #B93EFF;
}
.BgClassName
{
background-color: #B93EFF;
}
</style>
border-color css
<style>
span { border-color: #B93EFF; }
span { border-color: rgb(185,62,255); }
td.TdClassName
{
border-color: #B93EFF;
}
.TagClassName
{
border-color: #B93EFF;
}
</style>