Shades of Medium Orchid #B947DC
Tints of Medium Orchid #B947DC
RGB
CMYK
RGB Variations
Color information
#B947DC (or 0xB947DC) is known color: Medium Orchid. HEX triplet: B9, 47 and DC. RGB value is (185,71,220). Sum of RGB (Red+Green+Blue) = 185+71+220=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 71 (28.12% from 255 or 14.92% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #B947DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B947DC is #46B823. Grayscale: #797979. Windows color (decimal): -4634660 or 14436281. OLE color: 14436281.
HSL color Cylindrical-coordinate representation of color #B947DC: hue angle of 285.91º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B947DC is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 71 | 220 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.14 |
| HSL | 285.91º | 0.68% | 0.57% | - |
| HSV(B) | 285.91º | 0.68% | 0.86% | - |
| XYZ | 35.18 | 19.99 | 69.71 | - |
| YUV | 122.07 | 183.27 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 220 | 0.16 | 0.68 | 0 | 0.14 | 285.91 | 0.68 | 0.57 |
| Hex | B9 | 47 | DC | 10 | 44 | 0 | E | 11E | 44 | 39 |
| Octal | 271 | 107 | 334 | 20 | 104 | 0 | 16 | 436 | 104 | 71 |
| Binary | 10111001 | 1000111 | 11011100 | 10000 | 1000100 | 0 | 1110 | 100011110 | 1000100 | 111001 |
Color Harmonies of #B947DC
Complementary color
Monochromatic Colors of #B947DC
Black with #B947DC
Text Example
Text Example
White with #B947DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B947DC; }
p { color: rgb(185,71,220); }
H1.HeaderClassName
{
color: #B947DC;
}
.AnyTagClassName
{
color: #B947DC;
}
</style>
background-color css
<style>
a { background-color: #B947DC; }
a { background-color: rgb(185,71,220); }
div.DivClassName
{
background-color: #B947DC;
}
.BgClassName
{
background-color: #B947DC;
}
</style>
border-color css
<style>
span { border-color: #B947DC; }
span { border-color: rgb(185,71,220); }
td.TdClassName
{
border-color: #B947DC;
}
.TagClassName
{
border-color: #B947DC;
}
</style>