Shades of Medium Orchid #B74CC9
Tints of Medium Orchid #B74CC9
RGB
CMYK
RGB Variations
Color information
#B74CC9 (or 0xB74CC9) is known color: Medium Orchid. HEX triplet: B7, 4C and C9. RGB value is (183,76,201). Sum of RGB (Red+Green+Blue) = 183+76+201=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 201 - color contains mainly: blue. Hex color #B74CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74CC9 is #48B336. Grayscale: #797979. Windows color (decimal): -4764471 or 13192375. OLE color: 13192375.
HSL color Cylindrical-coordinate representation of color #B74CC9: hue angle of 291.36º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74CC9 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 76 | 201 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.21 |
| HSL | 291.36º | 0.54% | 0.54% | - |
| HSV(B) | 291.36º | 0.62% | 0.79% | - |
| XYZ | 32.66 | 19.45 | 57.29 | - |
| YUV | 122.24 | 172.45 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 76 | 201 | 0.09 | 0.62 | 0 | 0.21 | 291.36 | 0.54 | 0.54 |
| Hex | B7 | 4C | C9 | 9 | 3E | 0 | 15 | 123 | 36 | 36 |
| Octal | 267 | 114 | 311 | 11 | 76 | 0 | 25 | 443 | 66 | 66 |
| Binary | 10110111 | 1001100 | 11001001 | 1001 | 111110 | 0 | 10101 | 100100011 | 110110 | 110110 |
Color Harmonies of #B74CC9
Complementary color
Monochromatic Colors of #B74CC9
Black with #B74CC9
Text Example
Text Example
White with #B74CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74CC9; }
p { color: rgb(183,76,201); }
H1.HeaderClassName
{
color: #B74CC9;
}
.AnyTagClassName
{
color: #B74CC9;
}
</style>
background-color css
<style>
a { background-color: #B74CC9; }
a { background-color: rgb(183,76,201); }
div.DivClassName
{
background-color: #B74CC9;
}
.BgClassName
{
background-color: #B74CC9;
}
</style>
border-color css
<style>
span { border-color: #B74CC9; }
span { border-color: rgb(183,76,201); }
td.TdClassName
{
border-color: #B74CC9;
}
.TagClassName
{
border-color: #B74CC9;
}
</style>