Shades of Medium Orchid #B940C9
Tints of Medium Orchid #B940C9
RGB
CMYK
RGB Variations
Color information
#B940C9 (or 0xB940C9) is known color: Medium Orchid. HEX triplet: B9, 40 and C9. RGB value is (185,64,201). Sum of RGB (Red+Green+Blue) = 185+64+201=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 201 - color contains mainly: blue. Hex color #B940C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B940C9 is #46BF36. Grayscale: #737373. Windows color (decimal): -4636471 or 13189305. OLE color: 13189305.
HSL color Cylindrical-coordinate representation of color #B940C9: hue angle of 292.99º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B940C9 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 64 | 201 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.21 |
| HSL | 292.99º | 0.56% | 0.52% | - |
| HSV(B) | 292.99º | 0.68% | 0.79% | - |
| XYZ | 32.38 | 18.2 | 57.06 | - |
| YUV | 115.8 | 176.09 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 201 | 0.08 | 0.68 | 0 | 0.21 | 292.99 | 0.56 | 0.52 |
| Hex | B9 | 40 | C9 | 8 | 44 | 0 | 15 | 125 | 38 | 34 |
| Octal | 271 | 100 | 311 | 10 | 104 | 0 | 25 | 445 | 70 | 64 |
| Binary | 10111001 | 1000000 | 11001001 | 1000 | 1000100 | 0 | 10101 | 100100101 | 111000 | 110100 |
Color Harmonies of #B940C9
Complementary color
Monochromatic Colors of #B940C9
Black with #B940C9
Text Example
Text Example
White with #B940C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B940C9; }
p { color: rgb(185,64,201); }
H1.HeaderClassName
{
color: #B940C9;
}
.AnyTagClassName
{
color: #B940C9;
}
</style>
background-color css
<style>
a { background-color: #B940C9; }
a { background-color: rgb(185,64,201); }
div.DivClassName
{
background-color: #B940C9;
}
.BgClassName
{
background-color: #B940C9;
}
</style>
border-color css
<style>
span { border-color: #B940C9; }
span { border-color: rgb(185,64,201); }
td.TdClassName
{
border-color: #B940C9;
}
.TagClassName
{
border-color: #B940C9;
}
</style>