Shades of Medium Orchid #B93BCD
Tints of Medium Orchid #B93BCD
RGB
CMYK
RGB Variations
Color information
#B93BCD (or 0xB93BCD) is known color: Medium Orchid. HEX triplet: B9, 3B and CD. RGB value is (185,59,205). Sum of RGB (Red+Green+Blue) = 185+59+205=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 59 (23.44% from 255 or 13.14% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #B93BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93BCD is #46C432. Grayscale: #707070. Windows color (decimal): -4637747 or 13450169. OLE color: 13450169.
HSL color Cylindrical-coordinate representation of color #B93BCD: hue angle of 291.78º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93BCD is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 59 | 205 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.20 |
| HSL | 291.78º | 0.59% | 0.52% | - |
| HSV(B) | 291.78º | 0.71% | 0.8% | - |
| XYZ | 32.59 | 17.85 | 59.49 | - |
| YUV | 113.32 | 179.74 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 59 | 205 | 0.10 | 0.71 | 0 | 0.20 | 291.78 | 0.59 | 0.52 |
| Hex | B9 | 3B | CD | A | 47 | 0 | 14 | 124 | 3B | 34 |
| Octal | 271 | 73 | 315 | 12 | 107 | 0 | 24 | 444 | 73 | 64 |
| Binary | 10111001 | 111011 | 11001101 | 1010 | 1000111 | 0 | 10100 | 100100100 | 111011 | 110100 |
Color Harmonies of #B93BCD
Complementary color
Monochromatic Colors of #B93BCD
Black with #B93BCD
Text Example
Text Example
White with #B93BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93BCD; }
p { color: rgb(185,59,205); }
H1.HeaderClassName
{
color: #B93BCD;
}
.AnyTagClassName
{
color: #B93BCD;
}
</style>
background-color css
<style>
a { background-color: #B93BCD; }
a { background-color: rgb(185,59,205); }
div.DivClassName
{
background-color: #B93BCD;
}
.BgClassName
{
background-color: #B93BCD;
}
</style>
border-color css
<style>
span { border-color: #B93BCD; }
span { border-color: rgb(185,59,205); }
td.TdClassName
{
border-color: #B93BCD;
}
.TagClassName
{
border-color: #B93BCD;
}
</style>