Shades of Medium Orchid #B93CC9
Tints of Medium Orchid #B93CC9
RGB
CMYK
RGB Variations
Color information
#B93CC9 (or 0xB93CC9) is known color: Medium Orchid. HEX triplet: B9, 3C and C9. RGB value is (185,60,201). Sum of RGB (Red+Green+Blue) = 185+60+201=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 201 - color contains mainly: blue. Hex color #B93CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93CC9 is #46C336. Grayscale: #717171. Windows color (decimal): -4637495 or 13188281. OLE color: 13188281.
HSL color Cylindrical-coordinate representation of color #B93CC9: hue angle of 293.19º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93CC9 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 60 | 201 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.21 |
| HSL | 293.19º | 0.57% | 0.51% | - |
| HSV(B) | 293.19º | 0.7% | 0.79% | - |
| XYZ | 32.17 | 17.76 | 56.99 | - |
| YUV | 113.45 | 177.41 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 60 | 201 | 0.08 | 0.70 | 0 | 0.21 | 293.19 | 0.57 | 0.51 |
| Hex | B9 | 3C | C9 | 8 | 46 | 0 | 15 | 125 | 39 | 33 |
| Octal | 271 | 74 | 311 | 10 | 106 | 0 | 25 | 445 | 71 | 63 |
| Binary | 10111001 | 111100 | 11001001 | 1000 | 1000110 | 0 | 10101 | 100100101 | 111001 | 110011 |
Color Harmonies of #B93CC9
Complementary color
Monochromatic Colors of #B93CC9
Black with #B93CC9
Text Example
Text Example
White with #B93CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93CC9; }
p { color: rgb(185,60,201); }
H1.HeaderClassName
{
color: #B93CC9;
}
.AnyTagClassName
{
color: #B93CC9;
}
</style>
background-color css
<style>
a { background-color: #B93CC9; }
a { background-color: rgb(185,60,201); }
div.DivClassName
{
background-color: #B93CC9;
}
.BgClassName
{
background-color: #B93CC9;
}
</style>
border-color css
<style>
span { border-color: #B93CC9; }
span { border-color: rgb(185,60,201); }
td.TdClassName
{
border-color: #B93CC9;
}
.TagClassName
{
border-color: #B93CC9;
}
</style>