Shades of Medium Orchid #B754E5
Tints of Medium Orchid #B754E5
RGB
CMYK
RGB Variations
Color information
#B754E5 (or 0xB754E5) is known color: Medium Orchid. HEX triplet: B7, 54 and E5. RGB value is (183,84,229). Sum of RGB (Red+Green+Blue) = 183+84+229=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 84 (33.20% from 255 or 16.94% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 229 - color contains mainly: blue. Hex color #B754E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B754E5 is #48AB1A. Grayscale: #818181. Windows color (decimal): -4762395 or 15029431. OLE color: 15029431.
HSL color Cylindrical-coordinate representation of color #B754E5: hue angle of 280.97º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B754E5 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 84 | 229 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.10 |
| HSL | 280.97º | 0.74% | 0.61% | - |
| HSV(B) | 280.97º | 0.63% | 0.9% | - |
| XYZ | 36.84 | 22.07 | 76.45 | - |
| YUV | 130.13 | 183.8 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 229 | 0.20 | 0.63 | 0 | 0.10 | 280.97 | 0.74 | 0.61 |
| Hex | B7 | 54 | E5 | 14 | 3F | 0 | A | 119 | 4A | 3D |
| Octal | 267 | 124 | 345 | 24 | 77 | 0 | 12 | 431 | 112 | 75 |
| Binary | 10110111 | 1010100 | 11100101 | 10100 | 111111 | 0 | 1010 | 100011001 | 1001010 | 111101 |
Color Harmonies of #B754E5
Complementary color
Monochromatic Colors of #B754E5
Black with #B754E5
Text Example
Text Example
White with #B754E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B754E5; }
p { color: rgb(183,84,229); }
H1.HeaderClassName
{
color: #B754E5;
}
.AnyTagClassName
{
color: #B754E5;
}
</style>
background-color css
<style>
a { background-color: #B754E5; }
a { background-color: rgb(183,84,229); }
div.DivClassName
{
background-color: #B754E5;
}
.BgClassName
{
background-color: #B754E5;
}
</style>
border-color css
<style>
span { border-color: #B754E5; }
span { border-color: rgb(183,84,229); }
td.TdClassName
{
border-color: #B754E5;
}
.TagClassName
{
border-color: #B754E5;
}
</style>