Shades of Medium Orchid #B93FE3
Tints of Medium Orchid #B93FE3
RGB
CMYK
RGB Variations
Color information
#B93FE3 (or 0xB93FE3) is known color: Medium Orchid. HEX triplet: B9, 3F and E3. RGB value is (185,63,227). Sum of RGB (Red+Green+Blue) = 185+63+227=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 227 (89.06% from 255 or 47.79% from 475); Max value from RGB is 227 - color contains mainly: blue. Hex color #B93FE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93FE3 is #46C01C. Grayscale: #757575. Windows color (decimal): -4636701 or 14892985. OLE color: 14892985.
HSL color Cylindrical-coordinate representation of color #B93FE3: hue angle of 284.63º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93FE3 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 63 | 227 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.11 |
| HSL | 284.63º | 0.75% | 0.57% | - |
| HSV(B) | 284.63º | 0.72% | 0.89% | - |
| XYZ | 35.65 | 19.42 | 74.54 | - |
| YUV | 118.17 | 189.42 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 227 | 0.19 | 0.72 | 0 | 0.11 | 284.63 | 0.75 | 0.57 |
| Hex | B9 | 3F | E3 | 13 | 48 | 0 | B | 11D | 4B | 39 |
| Octal | 271 | 77 | 343 | 23 | 110 | 0 | 13 | 435 | 113 | 71 |
| Binary | 10111001 | 111111 | 11100011 | 10011 | 1001000 | 0 | 1011 | 100011101 | 1001011 | 111001 |
Color Harmonies of #B93FE3
Complementary color
Monochromatic Colors of #B93FE3
Black with #B93FE3
Text Example
Text Example
White with #B93FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93FE3; }
p { color: rgb(185,63,227); }
H1.HeaderClassName
{
color: #B93FE3;
}
.AnyTagClassName
{
color: #B93FE3;
}
</style>
background-color css
<style>
a { background-color: #B93FE3; }
a { background-color: rgb(185,63,227); }
div.DivClassName
{
background-color: #B93FE3;
}
.BgClassName
{
background-color: #B93FE3;
}
</style>
border-color css
<style>
span { border-color: #B93FE3; }
span { border-color: rgb(185,63,227); }
td.TdClassName
{
border-color: #B93FE3;
}
.TagClassName
{
border-color: #B93FE3;
}
</style>