Shades of Medium Orchid #B942CF
Tints of Medium Orchid #B942CF
RGB
CMYK
RGB Variations
Color information
#B942CF (or 0xB942CF) is known color: Medium Orchid. HEX triplet: B9, 42 and CF. RGB value is (185,66,207). Sum of RGB (Red+Green+Blue) = 185+66+207=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #B942CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942CF is #46BD30. Grayscale: #757575. Windows color (decimal): -4635953 or 13583033. OLE color: 13583033.
HSL color Cylindrical-coordinate representation of color #B942CF: hue angle of 290.64º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B942CF is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 66 | 207 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.19 |
| HSL | 290.64º | 0.59% | 0.54% | - |
| HSV(B) | 290.64º | 0.68% | 0.81% | - |
| XYZ | 33.22 | 18.72 | 60.89 | - |
| YUV | 117.66 | 178.42 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 207 | 0.11 | 0.68 | 0 | 0.19 | 290.64 | 0.59 | 0.54 |
| Hex | B9 | 42 | CF | B | 44 | 0 | 13 | 123 | 3B | 36 |
| Octal | 271 | 102 | 317 | 13 | 104 | 0 | 23 | 443 | 73 | 66 |
| Binary | 10111001 | 1000010 | 11001111 | 1011 | 1000100 | 0 | 10011 | 100100011 | 111011 | 110110 |
Color Harmonies of #B942CF
Complementary color
Monochromatic Colors of #B942CF
Black with #B942CF
Text Example
Text Example
White with #B942CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B942CF; }
p { color: rgb(185,66,207); }
H1.HeaderClassName
{
color: #B942CF;
}
.AnyTagClassName
{
color: #B942CF;
}
</style>
background-color css
<style>
a { background-color: #B942CF; }
a { background-color: rgb(185,66,207); }
div.DivClassName
{
background-color: #B942CF;
}
.BgClassName
{
background-color: #B942CF;
}
</style>
border-color css
<style>
span { border-color: #B942CF; }
span { border-color: rgb(185,66,207); }
td.TdClassName
{
border-color: #B942CF;
}
.TagClassName
{
border-color: #B942CF;
}
</style>