Shades of Medium Orchid #B93AD3
Tints of Medium Orchid #B93AD3
RGB
CMYK
RGB Variations
Color information
#B93AD3 (or 0xB93AD3) is known color: Medium Orchid. HEX triplet: B9, 3A and D3. RGB value is (185,58,211). Sum of RGB (Red+Green+Blue) = 185+58+211=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 211 (82.81% from 255 or 46.48% from 454); Max value from RGB is 211 - color contains mainly: blue. Hex color #B93AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93AD3 is #46C52C. Grayscale: #707070. Windows color (decimal): -4637997 or 13843129. OLE color: 13843129.
HSL color Cylindrical-coordinate representation of color #B93AD3: hue angle of 289.8º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B93AD3 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 58 | 211 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.17 |
| HSL | 289.8º | 0.63% | 0.53% | - |
| HSV(B) | 289.8º | 0.73% | 0.83% | - |
| XYZ | 33.28 | 18.04 | 63.36 | - |
| YUV | 113.42 | 183.08 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 58 | 211 | 0.12 | 0.73 | 0 | 0.17 | 289.8 | 0.63 | 0.53 |
| Hex | B9 | 3A | D3 | C | 49 | 0 | 11 | 122 | 3F | 35 |
| Octal | 271 | 72 | 323 | 14 | 111 | 0 | 21 | 442 | 77 | 65 |
| Binary | 10111001 | 111010 | 11010011 | 1100 | 1001001 | 0 | 10001 | 100100010 | 111111 | 110101 |
Color Harmonies of #B93AD3
Complementary color
Monochromatic Colors of #B93AD3
Black with #B93AD3
Text Example
Text Example
White with #B93AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93AD3; }
p { color: rgb(185,58,211); }
H1.HeaderClassName
{
color: #B93AD3;
}
.AnyTagClassName
{
color: #B93AD3;
}
</style>
background-color css
<style>
a { background-color: #B93AD3; }
a { background-color: rgb(185,58,211); }
div.DivClassName
{
background-color: #B93AD3;
}
.BgClassName
{
background-color: #B93AD3;
}
</style>
border-color css
<style>
span { border-color: #B93AD3; }
span { border-color: rgb(185,58,211); }
td.TdClassName
{
border-color: #B93AD3;
}
.TagClassName
{
border-color: #B93AD3;
}
</style>