Shades of Medium Orchid #B942DC
Tints of Medium Orchid #B942DC
RGB
CMYK
RGB Variations
Color information
#B942DC (or 0xB942DC) is known color: Medium Orchid. HEX triplet: B9, 42 and DC. RGB value is (185,66,220). Sum of RGB (Red+Green+Blue) = 185+66+220=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #B942DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B942DC is #46BD23. Grayscale: #767676. Windows color (decimal): -4635940 or 14435001. OLE color: 14435001.
HSL color Cylindrical-coordinate representation of color #B942DC: hue angle of 286.36º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B942DC is Cyan = 0.16, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 66 | 220 | - |
| CMYK | 0.16 | 0.7 | 0 | 0.14 |
| HSL | 286.36º | 0.69% | 0.56% | - |
| HSV(B) | 286.36º | 0.7% | 0.86% | - |
| XYZ | 34.87 | 19.38 | 69.61 | - |
| YUV | 119.14 | 184.92 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 220 | 0.16 | 0.7 | 0 | 0.14 | 286.36 | 0.69 | 0.56 |
| Hex | B9 | 42 | DC | 10 | 46 | 0 | E | 11E | 45 | 38 |
| Octal | 271 | 102 | 334 | 20 | 106 | 0 | 16 | 436 | 105 | 70 |
| Binary | 10111001 | 1000010 | 11011100 | 10000 | 1000110 | 0 | 1110 | 100011110 | 1000101 | 111000 |
Color Harmonies of #B942DC
Complementary color
Monochromatic Colors of #B942DC
Black with #B942DC
Text Example
Text Example
White with #B942DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B942DC; }
p { color: rgb(185,66,220); }
H1.HeaderClassName
{
color: #B942DC;
}
.AnyTagClassName
{
color: #B942DC;
}
</style>
background-color css
<style>
a { background-color: #B942DC; }
a { background-color: rgb(185,66,220); }
div.DivClassName
{
background-color: #B942DC;
}
.BgClassName
{
background-color: #B942DC;
}
</style>
border-color css
<style>
span { border-color: #B942DC; }
span { border-color: rgb(185,66,220); }
td.TdClassName
{
border-color: #B942DC;
}
.TagClassName
{
border-color: #B942DC;
}
</style>