Shades of Medium Orchid #B74EE5
Tints of Medium Orchid #B74EE5
RGB
CMYK
RGB Variations
Color information
#B74EE5 (or 0xB74EE5) is known color: Medium Orchid. HEX triplet: B7, 4E and E5. RGB value is (183,78,229). Sum of RGB (Red+Green+Blue) = 183+78+229=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 78 (30.86% from 255 or 15.92% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 229 - color contains mainly: blue. Hex color #B74EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74EE5 is #48B11A. Grayscale: #7E7E7E. Windows color (decimal): -4763931 or 15027895. OLE color: 15027895.
HSL color Cylindrical-coordinate representation of color #B74EE5: hue angle of 281.72º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B74EE5 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 78 | 229 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.10 |
| HSL | 281.72º | 0.74% | 0.6% | - |
| HSV(B) | 281.72º | 0.66% | 0.9% | - |
| XYZ | 36.4 | 21.17 | 76.3 | - |
| YUV | 126.61 | 185.79 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 78 | 229 | 0.20 | 0.66 | 0 | 0.10 | 281.72 | 0.74 | 0.6 |
| Hex | B7 | 4E | E5 | 14 | 42 | 0 | A | 11A | 4A | 3C |
| Octal | 267 | 116 | 345 | 24 | 102 | 0 | 12 | 432 | 112 | 74 |
| Binary | 10110111 | 1001110 | 11100101 | 10100 | 1000010 | 0 | 1010 | 100011010 | 1001010 | 111100 |
Color Harmonies of #B74EE5
Complementary color
Monochromatic Colors of #B74EE5
Black with #B74EE5
Text Example
Text Example
White with #B74EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74EE5; }
p { color: rgb(183,78,229); }
H1.HeaderClassName
{
color: #B74EE5;
}
.AnyTagClassName
{
color: #B74EE5;
}
</style>
background-color css
<style>
a { background-color: #B74EE5; }
a { background-color: rgb(183,78,229); }
div.DivClassName
{
background-color: #B74EE5;
}
.BgClassName
{
background-color: #B74EE5;
}
</style>
border-color css
<style>
span { border-color: #B74EE5; }
span { border-color: rgb(183,78,229); }
td.TdClassName
{
border-color: #B74EE5;
}
.TagClassName
{
border-color: #B74EE5;
}
</style>