Shades of Medium Orchid #B93FEA
Tints of Medium Orchid #B93FEA
RGB
CMYK
RGB Variations
Color information
#B93FEA (or 0xB93FEA) is known color: Medium Orchid. HEX triplet: B9, 3F and EA. RGB value is (185,63,234). Sum of RGB (Red+Green+Blue) = 185+63+234=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #B93FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93FEA is #46C015. Grayscale: #767676. Windows color (decimal): -4636694 or 15351737. OLE color: 15351737.
HSL color Cylindrical-coordinate representation of color #B93FEA: hue angle of 282.81º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B93FEA is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 63 | 234 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.08 |
| HSL | 282.81º | 0.8% | 0.58% | - |
| HSV(B) | 282.81º | 0.73% | 0.92% | - |
| XYZ | 36.64 | 19.81 | 79.73 | - |
| YUV | 118.97 | 192.92 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 234 | 0.21 | 0.73 | 0 | 0.08 | 282.81 | 0.8 | 0.58 |
| Hex | B9 | 3F | EA | 15 | 49 | 0 | 8 | 11B | 50 | 3A |
| Octal | 271 | 77 | 352 | 25 | 111 | 0 | 10 | 433 | 120 | 72 |
| Binary | 10111001 | 111111 | 11101010 | 10101 | 1001001 | 0 | 1000 | 100011011 | 1010000 | 111010 |
Color Harmonies of #B93FEA
Complementary color
Monochromatic Colors of #B93FEA
Black with #B93FEA
Text Example
Text Example
White with #B93FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93FEA; }
p { color: rgb(185,63,234); }
H1.HeaderClassName
{
color: #B93FEA;
}
.AnyTagClassName
{
color: #B93FEA;
}
</style>
background-color css
<style>
a { background-color: #B93FEA; }
a { background-color: rgb(185,63,234); }
div.DivClassName
{
background-color: #B93FEA;
}
.BgClassName
{
background-color: #B93FEA;
}
</style>
border-color css
<style>
span { border-color: #B93FEA; }
span { border-color: rgb(185,63,234); }
td.TdClassName
{
border-color: #B93FEA;
}
.TagClassName
{
border-color: #B93FEA;
}
</style>