Shades of Medium Orchid #B947CC
Tints of Medium Orchid #B947CC
RGB
CMYK
RGB Variations
Color information
#B947CC (or 0xB947CC) is known color: Medium Orchid. HEX triplet: B9, 47 and CC. RGB value is (185,71,204). Sum of RGB (Red+Green+Blue) = 185+71+204=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #B947CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B947CC is #46B833. Grayscale: #777777. Windows color (decimal): -4634676 or 13387705. OLE color: 13387705.
HSL color Cylindrical-coordinate representation of color #B947CC: hue angle of 291.43º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B947CC is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 71 | 204 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.2 |
| HSL | 291.43º | 0.57% | 0.54% | - |
| HSV(B) | 291.43º | 0.65% | 0.8% | - |
| XYZ | 33.16 | 19.18 | 59.08 | - |
| YUV | 120.25 | 175.27 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 204 | 0.09 | 0.65 | 0 | 0.2 | 291.43 | 0.57 | 0.54 |
| Hex | B9 | 47 | CC | 9 | 41 | 0 | 14 | 123 | 39 | 36 |
| Octal | 271 | 107 | 314 | 11 | 101 | 0 | 24 | 443 | 71 | 66 |
| Binary | 10111001 | 1000111 | 11001100 | 1001 | 1000001 | 0 | 10100 | 100100011 | 111001 | 110110 |
Color Harmonies of #B947CC
Complementary color
Monochromatic Colors of #B947CC
Black with #B947CC
Text Example
Text Example
White with #B947CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B947CC; }
p { color: rgb(185,71,204); }
H1.HeaderClassName
{
color: #B947CC;
}
.AnyTagClassName
{
color: #B947CC;
}
</style>
background-color css
<style>
a { background-color: #B947CC; }
a { background-color: rgb(185,71,204); }
div.DivClassName
{
background-color: #B947CC;
}
.BgClassName
{
background-color: #B947CC;
}
</style>
border-color css
<style>
span { border-color: #B947CC; }
span { border-color: rgb(185,71,204); }
td.TdClassName
{
border-color: #B947CC;
}
.TagClassName
{
border-color: #B947CC;
}
</style>