Shades of Medium Orchid #B93BD0
Tints of Medium Orchid #B93BD0
RGB
CMYK
RGB Variations
Color information
#B93BD0 (or 0xB93BD0) is known color: Medium Orchid. HEX triplet: B9, 3B and D0. RGB value is (185,59,208). Sum of RGB (Red+Green+Blue) = 185+59+208=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 59 (23.44% from 255 or 13.05% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #B93BD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93BD0 is #46C42F. Grayscale: #717171. Windows color (decimal): -4637744 or 13646777. OLE color: 13646777.
HSL color Cylindrical-coordinate representation of color #B93BD0: hue angle of 290.74º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93BD0 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 59 | 208 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.18 |
| HSL | 290.74º | 0.61% | 0.52% | - |
| HSV(B) | 290.74º | 0.72% | 0.82% | - |
| XYZ | 32.96 | 18 | 61.41 | - |
| YUV | 113.66 | 181.24 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 59 | 208 | 0.11 | 0.72 | 0 | 0.18 | 290.74 | 0.61 | 0.52 |
| Hex | B9 | 3B | D0 | B | 48 | 0 | 12 | 123 | 3D | 34 |
| Octal | 271 | 73 | 320 | 13 | 110 | 0 | 22 | 443 | 75 | 64 |
| Binary | 10111001 | 111011 | 11010000 | 1011 | 1001000 | 0 | 10010 | 100100011 | 111101 | 110100 |
Color Harmonies of #B93BD0
Complementary color
Monochromatic Colors of #B93BD0
Black with #B93BD0
Text Example
Text Example
White with #B93BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93BD0; }
p { color: rgb(185,59,208); }
H1.HeaderClassName
{
color: #B93BD0;
}
.AnyTagClassName
{
color: #B93BD0;
}
</style>
background-color css
<style>
a { background-color: #B93BD0; }
a { background-color: rgb(185,59,208); }
div.DivClassName
{
background-color: #B93BD0;
}
.BgClassName
{
background-color: #B93BD0;
}
</style>
border-color css
<style>
span { border-color: #B93BD0; }
span { border-color: rgb(185,59,208); }
td.TdClassName
{
border-color: #B93BD0;
}
.TagClassName
{
border-color: #B93BD0;
}
</style>