Shades of Medium Orchid #B941CC
Tints of Medium Orchid #B941CC
RGB
CMYK
RGB Variations
Color information
#B941CC (or 0xB941CC) is known color: Medium Orchid. HEX triplet: B9, 41 and CC. RGB value is (185,65,204). Sum of RGB (Red+Green+Blue) = 185+65+204=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #B941CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B941CC is #46BE33. Grayscale: #747474. Windows color (decimal): -4636212 or 13386169. OLE color: 13386169.
HSL color Cylindrical-coordinate representation of color #B941CC: hue angle of 291.8º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B941CC is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 65 | 204 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.2 |
| HSL | 291.8º | 0.58% | 0.53% | - |
| HSV(B) | 291.8º | 0.68% | 0.8% | - |
| XYZ | 32.8 | 18.45 | 58.96 | - |
| YUV | 116.73 | 177.26 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 65 | 204 | 0.09 | 0.68 | 0 | 0.2 | 291.8 | 0.58 | 0.53 |
| Hex | B9 | 41 | CC | 9 | 44 | 0 | 14 | 124 | 3A | 35 |
| Octal | 271 | 101 | 314 | 11 | 104 | 0 | 24 | 444 | 72 | 65 |
| Binary | 10111001 | 1000001 | 11001100 | 1001 | 1000100 | 0 | 10100 | 100100100 | 111010 | 110101 |
Color Harmonies of #B941CC
Complementary color
Monochromatic Colors of #B941CC
Black with #B941CC
Text Example
Text Example
White with #B941CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B941CC; }
p { color: rgb(185,65,204); }
H1.HeaderClassName
{
color: #B941CC;
}
.AnyTagClassName
{
color: #B941CC;
}
</style>
background-color css
<style>
a { background-color: #B941CC; }
a { background-color: rgb(185,65,204); }
div.DivClassName
{
background-color: #B941CC;
}
.BgClassName
{
background-color: #B941CC;
}
</style>
border-color css
<style>
span { border-color: #B941CC; }
span { border-color: rgb(185,65,204); }
td.TdClassName
{
border-color: #B941CC;
}
.TagClassName
{
border-color: #B941CC;
}
</style>