Shades of Medium Orchid #B94CC9
Tints of Medium Orchid #B94CC9
RGB
CMYK
RGB Variations
Color information
#B94CC9 (or 0xB94CC9) is known color: Medium Orchid. HEX triplet: B9, 4C and C9. RGB value is (185,76,201). Sum of RGB (Red+Green+Blue) = 185+76+201=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 201 - color contains mainly: blue. Hex color #B94CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94CC9 is #46B336. Grayscale: #7A7A7A. Windows color (decimal): -4633399 or 13192377. OLE color: 13192377.
HSL color Cylindrical-coordinate representation of color #B94CC9: hue angle of 292.32º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B94CC9 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 76 | 201 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.21 |
| HSL | 292.32º | 0.54% | 0.54% | - |
| HSV(B) | 292.32º | 0.62% | 0.79% | - |
| XYZ | 33.13 | 19.7 | 57.31 | - |
| YUV | 122.84 | 172.11 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 76 | 201 | 0.08 | 0.62 | 0 | 0.21 | 292.32 | 0.54 | 0.54 |
| Hex | B9 | 4C | C9 | 8 | 3E | 0 | 15 | 124 | 36 | 36 |
| Octal | 271 | 114 | 311 | 10 | 76 | 0 | 25 | 444 | 66 | 66 |
| Binary | 10111001 | 1001100 | 11001001 | 1000 | 111110 | 0 | 10101 | 100100100 | 110110 | 110110 |
Color Harmonies of #B94CC9
Complementary color
Monochromatic Colors of #B94CC9
Black with #B94CC9
Text Example
Text Example
White with #B94CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94CC9; }
p { color: rgb(185,76,201); }
H1.HeaderClassName
{
color: #B94CC9;
}
.AnyTagClassName
{
color: #B94CC9;
}
</style>
background-color css
<style>
a { background-color: #B94CC9; }
a { background-color: rgb(185,76,201); }
div.DivClassName
{
background-color: #B94CC9;
}
.BgClassName
{
background-color: #B94CC9;
}
</style>
border-color css
<style>
span { border-color: #B94CC9; }
span { border-color: rgb(185,76,201); }
td.TdClassName
{
border-color: #B94CC9;
}
.TagClassName
{
border-color: #B94CC9;
}
</style>