Shades of Medium Orchid #B74CE5
Tints of Medium Orchid #B74CE5
RGB
CMYK
RGB Variations
Color information
#B74CE5 (or 0xB74CE5) is known color: Medium Orchid. HEX triplet: B7, 4C and E5. RGB value is (183,76,229). Sum of RGB (Red+Green+Blue) = 183+76+229=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #B74CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74CE5 is #48B31A. Grayscale: #7C7C7C. Windows color (decimal): -4764443 or 15027383. OLE color: 15027383.
HSL color Cylindrical-coordinate representation of color #B74CE5: hue angle of 281.96º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B74CE5 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 76 | 229 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.10 |
| HSL | 281.96º | 0.75% | 0.6% | - |
| HSV(B) | 281.96º | 0.67% | 0.9% | - |
| XYZ | 36.26 | 20.89 | 76.25 | - |
| YUV | 125.44 | 186.45 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 76 | 229 | 0.20 | 0.67 | 0 | 0.10 | 281.96 | 0.75 | 0.6 |
| Hex | B7 | 4C | E5 | 14 | 43 | 0 | A | 11A | 4B | 3C |
| Octal | 267 | 114 | 345 | 24 | 103 | 0 | 12 | 432 | 113 | 74 |
| Binary | 10110111 | 1001100 | 11100101 | 10100 | 1000011 | 0 | 1010 | 100011010 | 1001011 | 111100 |
Color Harmonies of #B74CE5
Complementary color
Monochromatic Colors of #B74CE5
Black with #B74CE5
Text Example
Text Example
White with #B74CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74CE5; }
p { color: rgb(183,76,229); }
H1.HeaderClassName
{
color: #B74CE5;
}
.AnyTagClassName
{
color: #B74CE5;
}
</style>
background-color css
<style>
a { background-color: #B74CE5; }
a { background-color: rgb(183,76,229); }
div.DivClassName
{
background-color: #B74CE5;
}
.BgClassName
{
background-color: #B74CE5;
}
</style>
border-color css
<style>
span { border-color: #B74CE5; }
span { border-color: rgb(183,76,229); }
td.TdClassName
{
border-color: #B74CE5;
}
.TagClassName
{
border-color: #B74CE5;
}
</style>