Shades of Medium Orchid #B942D3
Tints of Medium Orchid #B942D3
RGB
CMYK
RGB Variations
Color information
#B942D3 (or 0xB942D3) is known color: Medium Orchid. HEX triplet: B9, 42 and D3. RGB value is (185,66,211). Sum of RGB (Red+Green+Blue) = 185+66+211=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 211 - color contains mainly: blue. Hex color #B942D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942D3 is #46BD2C. Grayscale: #757575. Windows color (decimal): -4635949 or 13845177. OLE color: 13845177.
HSL color Cylindrical-coordinate representation of color #B942D3: hue angle of 289.24º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B942D3 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 66 | 211 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.17 |
| HSL | 289.24º | 0.62% | 0.54% | - |
| HSV(B) | 289.24º | 0.69% | 0.83% | - |
| XYZ | 33.71 | 18.91 | 63.5 | - |
| YUV | 118.11 | 180.42 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 211 | 0.12 | 0.69 | 0 | 0.17 | 289.24 | 0.62 | 0.54 |
| Hex | B9 | 42 | D3 | C | 45 | 0 | 11 | 121 | 3E | 36 |
| Octal | 271 | 102 | 323 | 14 | 105 | 0 | 21 | 441 | 76 | 66 |
| Binary | 10111001 | 1000010 | 11010011 | 1100 | 1000101 | 0 | 10001 | 100100001 | 111110 | 110110 |
Color Harmonies of #B942D3
Complementary color
Monochromatic Colors of #B942D3
Black with #B942D3
Text Example
Text Example
White with #B942D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B942D3; }
p { color: rgb(185,66,211); }
H1.HeaderClassName
{
color: #B942D3;
}
.AnyTagClassName
{
color: #B942D3;
}
</style>
background-color css
<style>
a { background-color: #B942D3; }
a { background-color: rgb(185,66,211); }
div.DivClassName
{
background-color: #B942D3;
}
.BgClassName
{
background-color: #B942D3;
}
</style>
border-color css
<style>
span { border-color: #B942D3; }
span { border-color: rgb(185,66,211); }
td.TdClassName
{
border-color: #B942D3;
}
.TagClassName
{
border-color: #B942D3;
}
</style>