Shades of Medium Orchid #B941CF
Tints of Medium Orchid #B941CF
RGB
CMYK
RGB Variations
Color information
#B941CF (or 0xB941CF) is known color: Medium Orchid. HEX triplet: B9, 41 and CF. RGB value is (185,65,207). Sum of RGB (Red+Green+Blue) = 185+65+207=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #B941CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B941CF is #46BE30. Grayscale: #747474. Windows color (decimal): -4636209 or 13582777. OLE color: 13582777.
HSL color Cylindrical-coordinate representation of color #B941CF: hue angle of 290.7º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B941CF is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 65 | 207 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.19 |
| HSL | 290.7º | 0.6% | 0.53% | - |
| HSV(B) | 290.7º | 0.69% | 0.81% | - |
| XYZ | 33.16 | 18.6 | 60.87 | - |
| YUV | 117.07 | 178.76 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 65 | 207 | 0.11 | 0.69 | 0 | 0.19 | 290.7 | 0.6 | 0.53 |
| Hex | B9 | 41 | CF | B | 45 | 0 | 13 | 123 | 3C | 35 |
| Octal | 271 | 101 | 317 | 13 | 105 | 0 | 23 | 443 | 74 | 65 |
| Binary | 10111001 | 1000001 | 11001111 | 1011 | 1000101 | 0 | 10011 | 100100011 | 111100 | 110101 |
Color Harmonies of #B941CF
Complementary color
Monochromatic Colors of #B941CF
Black with #B941CF
Text Example
Text Example
White with #B941CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B941CF; }
p { color: rgb(185,65,207); }
H1.HeaderClassName
{
color: #B941CF;
}
.AnyTagClassName
{
color: #B941CF;
}
</style>
background-color css
<style>
a { background-color: #B941CF; }
a { background-color: rgb(185,65,207); }
div.DivClassName
{
background-color: #B941CF;
}
.BgClassName
{
background-color: #B941CF;
}
</style>
border-color css
<style>
span { border-color: #B941CF; }
span { border-color: rgb(185,65,207); }
td.TdClassName
{
border-color: #B941CF;
}
.TagClassName
{
border-color: #B941CF;
}
</style>