Shades of Medium Orchid #B74EC6
Tints of Medium Orchid #B74EC6
RGB
CMYK
RGB Variations
Color information
#B74EC6 (or 0xB74EC6) is known color: Medium Orchid. HEX triplet: B7, 4E and C6. RGB value is (183,78,198). Sum of RGB (Red+Green+Blue) = 183+78+198=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 198 - color contains mainly: blue. Hex color #B74EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74EC6 is #48B139. Grayscale: #7A7A7A. Windows color (decimal): -4763962 or 12996279. OLE color: 12996279.
HSL color Cylindrical-coordinate representation of color #B74EC6: hue angle of 292.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B74EC6 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 78 | 198 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.22 |
| HSL | 292.5º | 0.51% | 0.54% | - |
| HSV(B) | 292.5º | 0.61% | 0.78% | - |
| XYZ | 32.45 | 19.59 | 55.5 | - |
| YUV | 123.08 | 170.29 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 78 | 198 | 0.08 | 0.61 | 0 | 0.22 | 292.5 | 0.51 | 0.54 |
| Hex | B7 | 4E | C6 | 8 | 3D | 0 | 16 | 124 | 33 | 36 |
| Octal | 267 | 116 | 306 | 10 | 75 | 0 | 26 | 444 | 63 | 66 |
| Binary | 10110111 | 1001110 | 11000110 | 1000 | 111101 | 0 | 10110 | 100100100 | 110011 | 110110 |
Color Harmonies of #B74EC6
Complementary color
Monochromatic Colors of #B74EC6
Black with #B74EC6
Text Example
Text Example
White with #B74EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74EC6; }
p { color: rgb(183,78,198); }
H1.HeaderClassName
{
color: #B74EC6;
}
.AnyTagClassName
{
color: #B74EC6;
}
</style>
background-color css
<style>
a { background-color: #B74EC6; }
a { background-color: rgb(183,78,198); }
div.DivClassName
{
background-color: #B74EC6;
}
.BgClassName
{
background-color: #B74EC6;
}
</style>
border-color css
<style>
span { border-color: #B74EC6; }
span { border-color: rgb(183,78,198); }
td.TdClassName
{
border-color: #B74EC6;
}
.TagClassName
{
border-color: #B74EC6;
}
</style>