Shades of Medium Orchid #B93BDC
Tints of Medium Orchid #B93BDC
RGB
CMYK
RGB Variations
Color information
#B93BDC (or 0xB93BDC) is known color: Medium Orchid. HEX triplet: B9, 3B and DC. RGB value is (185,59,220). Sum of RGB (Red+Green+Blue) = 185+59+220=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 59 (23.44% from 255 or 12.72% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #B93BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93BDC is #46C423. Grayscale: #727272. Windows color (decimal): -4637732 or 14433209. OLE color: 14433209.
HSL color Cylindrical-coordinate representation of color #B93BDC: hue angle of 286.96º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B93BDC is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 59 | 220 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.14 |
| HSL | 286.96º | 0.7% | 0.55% | - |
| HSV(B) | 286.96º | 0.73% | 0.86% | - |
| XYZ | 34.49 | 18.61 | 69.48 | - |
| YUV | 115.03 | 187.24 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 59 | 220 | 0.16 | 0.73 | 0 | 0.14 | 286.96 | 0.7 | 0.55 |
| Hex | B9 | 3B | DC | 10 | 49 | 0 | E | 11F | 46 | 37 |
| Octal | 271 | 73 | 334 | 20 | 111 | 0 | 16 | 437 | 106 | 67 |
| Binary | 10111001 | 111011 | 11011100 | 10000 | 1001001 | 0 | 1110 | 100011111 | 1000110 | 110111 |
Color Harmonies of #B93BDC
Complementary color
Monochromatic Colors of #B93BDC
Black with #B93BDC
Text Example
Text Example
White with #B93BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93BDC; }
p { color: rgb(185,59,220); }
H1.HeaderClassName
{
color: #B93BDC;
}
.AnyTagClassName
{
color: #B93BDC;
}
</style>
background-color css
<style>
a { background-color: #B93BDC; }
a { background-color: rgb(185,59,220); }
div.DivClassName
{
background-color: #B93BDC;
}
.BgClassName
{
background-color: #B93BDC;
}
</style>
border-color css
<style>
span { border-color: #B93BDC; }
span { border-color: rgb(185,59,220); }
td.TdClassName
{
border-color: #B93BDC;
}
.TagClassName
{
border-color: #B93BDC;
}
</style>