Shades of Medium Orchid #B054E5
Tints of Medium Orchid #B054E5
RGB
CMYK
RGB Variations
Color information
#B054E5 (or 0xB054E5) is known color: Medium Orchid. HEX triplet: B0, 54 and E5. RGB value is (176,84,229). Sum of RGB (Red+Green+Blue) = 176+84+229=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 84 (33.20% from 255 or 17.18% from 489); Blue value is 229 (89.84% from 255 or 46.83% from 489); Max value from RGB is 229 - color contains mainly: blue. Hex color #B054E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B054E5 is #4FAB1A. Grayscale: #7F7F7F. Windows color (decimal): -5221147 or 15029424. OLE color: 15029424.
HSL color Cylindrical-coordinate representation of color #B054E5: hue angle of 278.07º 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 #B054E5 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 84 | 229 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.10 |
| HSL | 278.07º | 0.74% | 0.61% | - |
| HSV(B) | 278.07º | 0.63% | 0.9% | - |
| XYZ | 35.22 | 21.23 | 76.37 | - |
| YUV | 128.04 | 184.98 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 229 | 0.23 | 0.63 | 0 | 0.10 | 278.07 | 0.74 | 0.61 |
| Hex | B0 | 54 | E5 | 17 | 3F | 0 | A | 116 | 4A | 3D |
| Octal | 260 | 124 | 345 | 27 | 77 | 0 | 12 | 426 | 112 | 75 |
| Binary | 10110000 | 1010100 | 11100101 | 10111 | 111111 | 0 | 1010 | 100010110 | 1001010 | 111101 |
Color Harmonies of #B054E5
Complementary color
Monochromatic Colors of #B054E5
Black with #B054E5
Text Example
Text Example
White with #B054E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B054E5; }
p { color: rgb(176,84,229); }
H1.HeaderClassName
{
color: #B054E5;
}
.AnyTagClassName
{
color: #B054E5;
}
</style>
background-color css
<style>
a { background-color: #B054E5; }
a { background-color: rgb(176,84,229); }
div.DivClassName
{
background-color: #B054E5;
}
.BgClassName
{
background-color: #B054E5;
}
</style>
border-color css
<style>
span { border-color: #B054E5; }
span { border-color: rgb(176,84,229); }
td.TdClassName
{
border-color: #B054E5;
}
.TagClassName
{
border-color: #B054E5;
}
</style>