Shades of Medium Orchid #B93EEB
Tints of Medium Orchid #B93EEB
RGB
CMYK
RGB Variations
Color information
#B93EEB (or 0xB93EEB) is known color: Medium Orchid. HEX triplet: B9, 3E and EB. RGB value is (185,62,235). Sum of RGB (Red+Green+Blue) = 185+62+235=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 62 (24.61% from 255 or 12.86% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #B93EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93EEB is #46C114. Grayscale: #757575. Windows color (decimal): -4636949 or 15417017. OLE color: 15417017.
HSL color Cylindrical-coordinate representation of color #B93EEB: hue angle of 282.66º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93EEB is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 62 | 235 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.08 |
| HSL | 282.66º | 0.81% | 0.58% | - |
| HSV(B) | 282.66º | 0.74% | 0.92% | - |
| XYZ | 36.73 | 19.76 | 80.48 | - |
| YUV | 118.5 | 193.75 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 62 | 235 | 0.21 | 0.74 | 0 | 0.08 | 282.66 | 0.81 | 0.58 |
| Hex | B9 | 3E | EB | 15 | 4A | 0 | 8 | 11B | 51 | 3A |
| Octal | 271 | 76 | 353 | 25 | 112 | 0 | 10 | 433 | 121 | 72 |
| Binary | 10111001 | 111110 | 11101011 | 10101 | 1001010 | 0 | 1000 | 100011011 | 1010001 | 111010 |
Color Harmonies of #B93EEB
Complementary color
Monochromatic Colors of #B93EEB
Black with #B93EEB
Text Example
Text Example
White with #B93EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93EEB; }
p { color: rgb(185,62,235); }
H1.HeaderClassName
{
color: #B93EEB;
}
.AnyTagClassName
{
color: #B93EEB;
}
</style>
background-color css
<style>
a { background-color: #B93EEB; }
a { background-color: rgb(185,62,235); }
div.DivClassName
{
background-color: #B93EEB;
}
.BgClassName
{
background-color: #B93EEB;
}
</style>
border-color css
<style>
span { border-color: #B93EEB; }
span { border-color: rgb(185,62,235); }
td.TdClassName
{
border-color: #B93EEB;
}
.TagClassName
{
border-color: #B93EEB;
}
</style>