Shades of Medium Orchid #B754E1
Tints of Medium Orchid #B754E1
RGB
CMYK
RGB Variations
Color information
#B754E1 (or 0xB754E1) is known color: Medium Orchid. HEX triplet: B7, 54 and E1. RGB value is (183,84,225). Sum of RGB (Red+Green+Blue) = 183+84+225=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 225 (88.28% from 255 or 45.73% from 492); Max value from RGB is 225 - color contains mainly: blue. Hex color #B754E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B754E1 is #48AB1E. Grayscale: #818181. Windows color (decimal): -4762399 or 14767287. OLE color: 14767287.
HSL color Cylindrical-coordinate representation of color #B754E1: hue angle of 282.13º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B754E1 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 84 | 225 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.12 |
| HSL | 282.13º | 0.7% | 0.61% | - |
| HSV(B) | 282.13º | 0.63% | 0.88% | - |
| XYZ | 36.29 | 21.84 | 73.54 | - |
| YUV | 129.68 | 181.8 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 225 | 0.19 | 0.63 | 0 | 0.12 | 282.13 | 0.7 | 0.61 |
| Hex | B7 | 54 | E1 | 13 | 3F | 0 | C | 11A | 46 | 3D |
| Octal | 267 | 124 | 341 | 23 | 77 | 0 | 14 | 432 | 106 | 75 |
| Binary | 10110111 | 1010100 | 11100001 | 10011 | 111111 | 0 | 1100 | 100011010 | 1000110 | 111101 |
Color Harmonies of #B754E1
Complementary color
Monochromatic Colors of #B754E1
Black with #B754E1
Text Example
Text Example
White with #B754E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B754E1; }
p { color: rgb(183,84,225); }
H1.HeaderClassName
{
color: #B754E1;
}
.AnyTagClassName
{
color: #B754E1;
}
</style>
background-color css
<style>
a { background-color: #B754E1; }
a { background-color: rgb(183,84,225); }
div.DivClassName
{
background-color: #B754E1;
}
.BgClassName
{
background-color: #B754E1;
}
</style>
border-color css
<style>
span { border-color: #B754E1; }
span { border-color: rgb(183,84,225); }
td.TdClassName
{
border-color: #B754E1;
}
.TagClassName
{
border-color: #B754E1;
}
</style>