Shades of Medium Orchid #B942D6
Tints of Medium Orchid #B942D6
RGB
CMYK
RGB Variations
Color information
#B942D6 (or 0xB942D6) is known color: Medium Orchid. HEX triplet: B9, 42 and D6. RGB value is (185,66,214). Sum of RGB (Red+Green+Blue) = 185+66+214=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 214 - color contains mainly: blue. Hex color #B942D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942D6 is #46BD29. Grayscale: #757575. Windows color (decimal): -4635946 or 14041785. OLE color: 14041785.
HSL color Cylindrical-coordinate representation of color #B942D6: hue angle of 288.24º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B942D6 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 66 | 214 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.16 |
| HSL | 288.24º | 0.64% | 0.55% | - |
| HSV(B) | 288.24º | 0.69% | 0.84% | - |
| XYZ | 34.09 | 19.07 | 65.5 | - |
| YUV | 118.45 | 181.92 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 214 | 0.14 | 0.69 | 0 | 0.16 | 288.24 | 0.64 | 0.55 |
| Hex | B9 | 42 | D6 | E | 45 | 0 | 10 | 120 | 40 | 37 |
| Octal | 271 | 102 | 326 | 16 | 105 | 0 | 20 | 440 | 100 | 67 |
| Binary | 10111001 | 1000010 | 11010110 | 1110 | 1000101 | 0 | 10000 | 100100000 | 1000000 | 110111 |
Color Harmonies of #B942D6
Complementary color
Monochromatic Colors of #B942D6
Black with #B942D6
Text Example
Text Example
White with #B942D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B942D6; }
p { color: rgb(185,66,214); }
H1.HeaderClassName
{
color: #B942D6;
}
.AnyTagClassName
{
color: #B942D6;
}
</style>
background-color css
<style>
a { background-color: #B942D6; }
a { background-color: rgb(185,66,214); }
div.DivClassName
{
background-color: #B942D6;
}
.BgClassName
{
background-color: #B942D6;
}
</style>
border-color css
<style>
span { border-color: #B942D6; }
span { border-color: rgb(185,66,214); }
td.TdClassName
{
border-color: #B942D6;
}
.TagClassName
{
border-color: #B942D6;
}
</style>