Shades of Medium Orchid #B942DD
Tints of Medium Orchid #B942DD
RGB
CMYK
RGB Variations
Color information
#B942DD (or 0xB942DD) is known color: Medium Orchid. HEX triplet: B9, 42 and DD. RGB value is (185,66,221). Sum of RGB (Red+Green+Blue) = 185+66+221=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #B942DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942DD is #46BD22. Grayscale: #767676. Windows color (decimal): -4635939 or 14500537. OLE color: 14500537.
HSL color Cylindrical-coordinate representation of color #B942DD: hue angle of 286.06º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B942DD is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 66 | 221 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.13 |
| HSL | 286.06º | 0.7% | 0.56% | - |
| HSV(B) | 286.06º | 0.7% | 0.87% | - |
| XYZ | 35.01 | 19.43 | 70.31 | - |
| YUV | 119.25 | 185.42 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 221 | 0.16 | 0.70 | 0 | 0.13 | 286.06 | 0.7 | 0.56 |
| Hex | B9 | 42 | DD | 10 | 46 | 0 | D | 11E | 46 | 38 |
| Octal | 271 | 102 | 335 | 20 | 106 | 0 | 15 | 436 | 106 | 70 |
| Binary | 10111001 | 1000010 | 11011101 | 10000 | 1000110 | 0 | 1101 | 100011110 | 1000110 | 111000 |
Color Harmonies of #B942DD
Complementary color
Monochromatic Colors of #B942DD
Black with #B942DD
Text Example
Text Example
White with #B942DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B942DD; }
p { color: rgb(185,66,221); }
H1.HeaderClassName
{
color: #B942DD;
}
.AnyTagClassName
{
color: #B942DD;
}
</style>
background-color css
<style>
a { background-color: #B942DD; }
a { background-color: rgb(185,66,221); }
div.DivClassName
{
background-color: #B942DD;
}
.BgClassName
{
background-color: #B942DD;
}
</style>
border-color css
<style>
span { border-color: #B942DD; }
span { border-color: rgb(185,66,221); }
td.TdClassName
{
border-color: #B942DD;
}
.TagClassName
{
border-color: #B942DD;
}
</style>