Shades of Medium Orchid #B947D3
Tints of Medium Orchid #B947D3
RGB
CMYK
RGB Variations
Color information
#B947D3 (or 0xB947D3) is known color: Medium Orchid. HEX triplet: B9, 47 and D3. RGB value is (185,71,211). Sum of RGB (Red+Green+Blue) = 185+71+211=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 211 - color contains mainly: blue. Hex color #B947D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B947D3 is #46B82C. Grayscale: #787878. Windows color (decimal): -4634669 or 13846457. OLE color: 13846457.
HSL color Cylindrical-coordinate representation of color #B947D3: hue angle of 288.86º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B947D3 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 71 | 211 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.17 |
| HSL | 288.86º | 0.61% | 0.55% | - |
| HSV(B) | 288.86º | 0.66% | 0.83% | - |
| XYZ | 34.02 | 19.52 | 63.6 | - |
| YUV | 121.05 | 178.77 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 211 | 0.12 | 0.66 | 0 | 0.17 | 288.86 | 0.61 | 0.55 |
| Hex | B9 | 47 | D3 | C | 42 | 0 | 11 | 121 | 3D | 37 |
| Octal | 271 | 107 | 323 | 14 | 102 | 0 | 21 | 441 | 75 | 67 |
| Binary | 10111001 | 1000111 | 11010011 | 1100 | 1000010 | 0 | 10001 | 100100001 | 111101 | 110111 |
Color Harmonies of #B947D3
Complementary color
Monochromatic Colors of #B947D3
Black with #B947D3
Text Example
Text Example
White with #B947D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B947D3; }
p { color: rgb(185,71,211); }
H1.HeaderClassName
{
color: #B947D3;
}
.AnyTagClassName
{
color: #B947D3;
}
</style>
background-color css
<style>
a { background-color: #B947D3; }
a { background-color: rgb(185,71,211); }
div.DivClassName
{
background-color: #B947D3;
}
.BgClassName
{
background-color: #B947D3;
}
</style>
border-color css
<style>
span { border-color: #B947D3; }
span { border-color: rgb(185,71,211); }
td.TdClassName
{
border-color: #B947D3;
}
.TagClassName
{
border-color: #B947D3;
}
</style>