Shades of Medium Orchid #B054E0
Tints of Medium Orchid #B054E0
RGB
CMYK
RGB Variations
Color information
#B054E0 (or 0xB054E0) is known color: Medium Orchid. HEX triplet: B0, 54 and E0. RGB value is (176,84,224). Sum of RGB (Red+Green+Blue) = 176+84+224=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #B054E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B054E0 is #4FAB1F. Grayscale: #7E7E7E. Windows color (decimal): -5221152 or 14701744. OLE color: 14701744.
HSL color Cylindrical-coordinate representation of color #B054E0: hue angle of 279.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 #B054E0 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 84 | 224 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.12 |
| HSL | 279.43º | 0.69% | 0.6% | - |
| HSV(B) | 279.43º | 0.63% | 0.88% | - |
| XYZ | 34.53 | 20.95 | 72.75 | - |
| YUV | 127.47 | 182.48 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 224 | 0.21 | 0.62 | 0 | 0.12 | 279.43 | 0.69 | 0.6 |
| Hex | B0 | 54 | E0 | 15 | 3E | 0 | C | 117 | 45 | 3C |
| Octal | 260 | 124 | 340 | 25 | 76 | 0 | 14 | 427 | 105 | 74 |
| Binary | 10110000 | 1010100 | 11100000 | 10101 | 111110 | 0 | 1100 | 100010111 | 1000101 | 111100 |
Color Harmonies of #B054E0
Complementary color
Monochromatic Colors of #B054E0
Black with #B054E0
Text Example
Text Example
White with #B054E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B054E0; }
p { color: rgb(176,84,224); }
H1.HeaderClassName
{
color: #B054E0;
}
.AnyTagClassName
{
color: #B054E0;
}
</style>
background-color css
<style>
a { background-color: #B054E0; }
a { background-color: rgb(176,84,224); }
div.DivClassName
{
background-color: #B054E0;
}
.BgClassName
{
background-color: #B054E0;
}
</style>
border-color css
<style>
span { border-color: #B054E0; }
span { border-color: rgb(176,84,224); }
td.TdClassName
{
border-color: #B054E0;
}
.TagClassName
{
border-color: #B054E0;
}
</style>