Shades of Medium Orchid #B054DD
Tints of Medium Orchid #B054DD
RGB
CMYK
RGB Variations
Color information
#B054DD (or 0xB054DD) is known color: Medium Orchid. HEX triplet: B0, 54 and DD. RGB value is (176,84,221). Sum of RGB (Red+Green+Blue) = 176+84+221=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #B054DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B054DD is #4FAB22. Grayscale: #7E7E7E. Windows color (decimal): -5221155 or 14505136. OLE color: 14505136.
HSL color Cylindrical-coordinate representation of color #B054DD: hue angle of 280.29º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B054DD is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 84 | 221 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.13 |
| HSL | 280.29º | 0.67% | 0.6% | - |
| HSV(B) | 280.29º | 0.62% | 0.87% | - |
| XYZ | 34.13 | 20.79 | 70.62 | - |
| YUV | 127.13 | 180.98 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 221 | 0.20 | 0.62 | 0 | 0.13 | 280.29 | 0.67 | 0.6 |
| Hex | B0 | 54 | DD | 14 | 3E | 0 | D | 118 | 43 | 3C |
| Octal | 260 | 124 | 335 | 24 | 76 | 0 | 15 | 430 | 103 | 74 |
| Binary | 10110000 | 1010100 | 11011101 | 10100 | 111110 | 0 | 1101 | 100011000 | 1000011 | 111100 |
Color Harmonies of #B054DD
Complementary color
Monochromatic Colors of #B054DD
Black with #B054DD
Text Example
Text Example
White with #B054DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B054DD; }
p { color: rgb(176,84,221); }
H1.HeaderClassName
{
color: #B054DD;
}
.AnyTagClassName
{
color: #B054DD;
}
</style>
background-color css
<style>
a { background-color: #B054DD; }
a { background-color: rgb(176,84,221); }
div.DivClassName
{
background-color: #B054DD;
}
.BgClassName
{
background-color: #B054DD;
}
</style>
border-color css
<style>
span { border-color: #B054DD; }
span { border-color: rgb(176,84,221); }
td.TdClassName
{
border-color: #B054DD;
}
.TagClassName
{
border-color: #B054DD;
}
</style>