Shades of Medium Orchid #B93ACE
Tints of Medium Orchid #B93ACE
RGB
CMYK
RGB Variations
Color information
#B93ACE (or 0xB93ACE) is known color: Medium Orchid. HEX triplet: B9, 3A and CE. RGB value is (185,58,206). Sum of RGB (Red+Green+Blue) = 185+58+206=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #B93ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93ACE is #46C531. Grayscale: #707070. Windows color (decimal): -4638002 or 13515449. OLE color: 13515449.
HSL color Cylindrical-coordinate representation of color #B93ACE: hue angle of 291.49º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93ACE is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 58 | 206 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.19 |
| HSL | 291.49º | 0.6% | 0.52% | - |
| HSV(B) | 291.49º | 0.72% | 0.81% | - |
| XYZ | 32.66 | 17.8 | 60.11 | - |
| YUV | 112.85 | 180.58 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 58 | 206 | 0.10 | 0.72 | 0 | 0.19 | 291.49 | 0.6 | 0.52 |
| Hex | B9 | 3A | CE | A | 48 | 0 | 13 | 123 | 3C | 34 |
| Octal | 271 | 72 | 316 | 12 | 110 | 0 | 23 | 443 | 74 | 64 |
| Binary | 10111001 | 111010 | 11001110 | 1010 | 1001000 | 0 | 10011 | 100100011 | 111100 | 110100 |
Color Harmonies of #B93ACE
Complementary color
Monochromatic Colors of #B93ACE
Black with #B93ACE
Text Example
Text Example
White with #B93ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93ACE; }
p { color: rgb(185,58,206); }
H1.HeaderClassName
{
color: #B93ACE;
}
.AnyTagClassName
{
color: #B93ACE;
}
</style>
background-color css
<style>
a { background-color: #B93ACE; }
a { background-color: rgb(185,58,206); }
div.DivClassName
{
background-color: #B93ACE;
}
.BgClassName
{
background-color: #B93ACE;
}
</style>
border-color css
<style>
span { border-color: #B93ACE; }
span { border-color: rgb(185,58,206); }
td.TdClassName
{
border-color: #B93ACE;
}
.TagClassName
{
border-color: #B93ACE;
}
</style>