Shades of Medium Orchid #B940CB
Tints of Medium Orchid #B940CB
RGB
CMYK
RGB Variations
Color information
#B940CB (or 0xB940CB) is known color: Medium Orchid. HEX triplet: B9, 40 and CB. RGB value is (185,64,203). Sum of RGB (Red+Green+Blue) = 185+64+203=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #B940CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B940CB is #46BF34. Grayscale: #737373. Windows color (decimal): -4636469 or 13320377. OLE color: 13320377.
HSL color Cylindrical-coordinate representation of color #B940CB: hue angle of 292.23º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B940CB is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 64 | 203 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.20 |
| HSL | 292.23º | 0.57% | 0.52% | - |
| HSV(B) | 292.23º | 0.68% | 0.8% | - |
| XYZ | 32.62 | 18.29 | 58.31 | - |
| YUV | 116.03 | 177.09 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 203 | 0.09 | 0.68 | 0 | 0.20 | 292.23 | 0.57 | 0.52 |
| Hex | B9 | 40 | CB | 9 | 44 | 0 | 14 | 124 | 39 | 34 |
| Octal | 271 | 100 | 313 | 11 | 104 | 0 | 24 | 444 | 71 | 64 |
| Binary | 10111001 | 1000000 | 11001011 | 1001 | 1000100 | 0 | 10100 | 100100100 | 111001 | 110100 |
Color Harmonies of #B940CB
Complementary color
Monochromatic Colors of #B940CB
Black with #B940CB
Text Example
Text Example
White with #B940CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B940CB; }
p { color: rgb(185,64,203); }
H1.HeaderClassName
{
color: #B940CB;
}
.AnyTagClassName
{
color: #B940CB;
}
</style>
background-color css
<style>
a { background-color: #B940CB; }
a { background-color: rgb(185,64,203); }
div.DivClassName
{
background-color: #B940CB;
}
.BgClassName
{
background-color: #B940CB;
}
</style>
border-color css
<style>
span { border-color: #B940CB; }
span { border-color: rgb(185,64,203); }
td.TdClassName
{
border-color: #B940CB;
}
.TagClassName
{
border-color: #B940CB;
}
</style>