Shades of Medium Orchid #B749C9
Tints of Medium Orchid #B749C9
RGB
CMYK
RGB Variations
Color information
#B749C9 (or 0xB749C9) is known color: Medium Orchid. HEX triplet: B7, 49 and C9. RGB value is (183,73,201). Sum of RGB (Red+Green+Blue) = 183+73+201=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 201 - color contains mainly: blue. Hex color #B749C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749C9 is #48B636. Grayscale: #787878. Windows color (decimal): -4765239 or 13191607. OLE color: 13191607.
HSL color Cylindrical-coordinate representation of color #B749C9: hue angle of 291.56º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B749C9 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 73 | 201 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.21 |
| HSL | 291.56º | 0.54% | 0.54% | - |
| HSV(B) | 291.56º | 0.64% | 0.79% | - |
| XYZ | 32.45 | 19.05 | 57.22 | - |
| YUV | 120.48 | 173.44 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 201 | 0.09 | 0.64 | 0 | 0.21 | 291.56 | 0.54 | 0.54 |
| Hex | B7 | 49 | C9 | 9 | 40 | 0 | 15 | 124 | 36 | 36 |
| Octal | 267 | 111 | 311 | 11 | 100 | 0 | 25 | 444 | 66 | 66 |
| Binary | 10110111 | 1001001 | 11001001 | 1001 | 1000000 | 0 | 10101 | 100100100 | 110110 | 110110 |
Color Harmonies of #B749C9
Complementary color
Monochromatic Colors of #B749C9
Black with #B749C9
Text Example
Text Example
White with #B749C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B749C9; }
p { color: rgb(183,73,201); }
H1.HeaderClassName
{
color: #B749C9;
}
.AnyTagClassName
{
color: #B749C9;
}
</style>
background-color css
<style>
a { background-color: #B749C9; }
a { background-color: rgb(183,73,201); }
div.DivClassName
{
background-color: #B749C9;
}
.BgClassName
{
background-color: #B749C9;
}
</style>
border-color css
<style>
span { border-color: #B749C9; }
span { border-color: rgb(183,73,201); }
td.TdClassName
{
border-color: #B749C9;
}
.TagClassName
{
border-color: #B749C9;
}
</style>