Shades of Medium Orchid #B054D4
Tints of Medium Orchid #B054D4
RGB
CMYK
RGB Variations
Color information
#B054D4 (or 0xB054D4) is known color: Medium Orchid. HEX triplet: B0, 54 and D4. RGB value is (176,84,212). Sum of RGB (Red+Green+Blue) = 176+84+212=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 212 - color contains mainly: blue. Hex color #B054D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B054D4 is #4FAB2B. Grayscale: #7D7D7D. Windows color (decimal): -5221164 or 13915312. OLE color: 13915312.
HSL color Cylindrical-coordinate representation of color #B054D4: hue angle of 283.12º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B054D4 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 84 | 212 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.17 |
| HSL | 283.13º | 0.6% | 0.58% | - |
| HSV(B) | 283.13º | 0.6% | 0.83% | - |
| XYZ | 32.96 | 20.32 | 64.47 | - |
| YUV | 126.1 | 176.48 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 212 | 0.17 | 0.60 | 0 | 0.17 | 283.13 | 0.6 | 0.58 |
| Hex | B0 | 54 | D4 | 11 | 3C | 0 | 11 | 11B | 3C | 3A |
| Octal | 260 | 124 | 324 | 21 | 74 | 0 | 21 | 433 | 74 | 72 |
| Binary | 10110000 | 1010100 | 11010100 | 10001 | 111100 | 0 | 10001 | 100011011 | 111100 | 111010 |
Color Harmonies of #B054D4
Complementary color
Monochromatic Colors of #B054D4
Black with #B054D4
Text Example
Text Example
White with #B054D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B054D4; }
p { color: rgb(176,84,212); }
H1.HeaderClassName
{
color: #B054D4;
}
.AnyTagClassName
{
color: #B054D4;
}
</style>
background-color css
<style>
a { background-color: #B054D4; }
a { background-color: rgb(176,84,212); }
div.DivClassName
{
background-color: #B054D4;
}
.BgClassName
{
background-color: #B054D4;
}
</style>
border-color css
<style>
span { border-color: #B054D4; }
span { border-color: rgb(176,84,212); }
td.TdClassName
{
border-color: #B054D4;
}
.TagClassName
{
border-color: #B054D4;
}
</style>