Shades of Medium Orchid #B754E0
Tints of Medium Orchid #B754E0
RGB
CMYK
RGB Variations
Color information
#B754E0 (or 0xB754E0) is known color: Medium Orchid. HEX triplet: B7, 54 and E0. RGB value is (183,84,224). Sum of RGB (Red+Green+Blue) = 183+84+224=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #B754E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B754E0 is #48AB1F. Grayscale: #818181. Windows color (decimal): -4762400 or 14701751. OLE color: 14701751.
HSL color Cylindrical-coordinate representation of color #B754E0: hue angle of 282.43º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B754E0 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 84 | 224 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.12 |
| HSL | 282.43º | 0.69% | 0.6% | - |
| HSV(B) | 282.43º | 0.63% | 0.88% | - |
| XYZ | 36.15 | 21.79 | 72.82 | - |
| YUV | 129.56 | 181.3 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 224 | 0.18 | 0.62 | 0 | 0.12 | 282.43 | 0.69 | 0.6 |
| Hex | B7 | 54 | E0 | 12 | 3E | 0 | C | 11A | 45 | 3C |
| Octal | 267 | 124 | 340 | 22 | 76 | 0 | 14 | 432 | 105 | 74 |
| Binary | 10110111 | 1010100 | 11100000 | 10010 | 111110 | 0 | 1100 | 100011010 | 1000101 | 111100 |
Color Harmonies of #B754E0
Complementary color
Monochromatic Colors of #B754E0
Black with #B754E0
Text Example
Text Example
White with #B754E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B754E0; }
p { color: rgb(183,84,224); }
H1.HeaderClassName
{
color: #B754E0;
}
.AnyTagClassName
{
color: #B754E0;
}
</style>
background-color css
<style>
a { background-color: #B754E0; }
a { background-color: rgb(183,84,224); }
div.DivClassName
{
background-color: #B754E0;
}
.BgClassName
{
background-color: #B754E0;
}
</style>
border-color css
<style>
span { border-color: #B754E0; }
span { border-color: rgb(183,84,224); }
td.TdClassName
{
border-color: #B754E0;
}
.TagClassName
{
border-color: #B754E0;
}
</style>