Shades of Medium Orchid #B93BDF
Tints of Medium Orchid #B93BDF
RGB
CMYK
RGB Variations
Color information
#B93BDF (or 0xB93BDF) is known color: Medium Orchid. HEX triplet: B9, 3B and DF. RGB value is (185,59,223). Sum of RGB (Red+Green+Blue) = 185+59+223=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #B93BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93BDF is #46C420. Grayscale: #727272. Windows color (decimal): -4637729 or 14629817. OLE color: 14629817.
HSL color Cylindrical-coordinate representation of color #B93BDF: hue angle of 286.1º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93BDF is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 59 | 223 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.13 |
| HSL | 286.1º | 0.72% | 0.55% | - |
| HSV(B) | 286.1º | 0.74% | 0.87% | - |
| XYZ | 34.89 | 18.77 | 71.6 | - |
| YUV | 115.37 | 188.74 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 59 | 223 | 0.17 | 0.74 | 0 | 0.13 | 286.1 | 0.72 | 0.55 |
| Hex | B9 | 3B | DF | 11 | 4A | 0 | D | 11E | 48 | 37 |
| Octal | 271 | 73 | 337 | 21 | 112 | 0 | 15 | 436 | 110 | 67 |
| Binary | 10111001 | 111011 | 11011111 | 10001 | 1001010 | 0 | 1101 | 100011110 | 1001000 | 110111 |
Color Harmonies of #B93BDF
Complementary color
Monochromatic Colors of #B93BDF
Black with #B93BDF
Text Example
Text Example
White with #B93BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93BDF; }
p { color: rgb(185,59,223); }
H1.HeaderClassName
{
color: #B93BDF;
}
.AnyTagClassName
{
color: #B93BDF;
}
</style>
background-color css
<style>
a { background-color: #B93BDF; }
a { background-color: rgb(185,59,223); }
div.DivClassName
{
background-color: #B93BDF;
}
.BgClassName
{
background-color: #B93BDF;
}
</style>
border-color css
<style>
span { border-color: #B93BDF; }
span { border-color: rgb(185,59,223); }
td.TdClassName
{
border-color: #B93BDF;
}
.TagClassName
{
border-color: #B93BDF;
}
</style>