Shades of Medium Orchid #B054DE
Tints of Medium Orchid #B054DE
RGB
CMYK
RGB Variations
Color information
#B054DE (or 0xB054DE) is known color: Medium Orchid. HEX triplet: B0, 54 and DE. RGB value is (176,84,222). Sum of RGB (Red+Green+Blue) = 176+84+222=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #B054DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B054DE is #4FAB21. Grayscale: #7E7E7E. Windows color (decimal): -5221154 or 14570672. OLE color: 14570672.
HSL color Cylindrical-coordinate representation of color #B054DE: hue angle of 280º degrees, saturation: 0.68, 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 #B054DE is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 84 | 222 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.13 |
| HSL | 280º | 0.68% | 0.6% | - |
| HSV(B) | 280º | 0.62% | 0.87% | - |
| XYZ | 34.26 | 20.84 | 71.32 | - |
| YUV | 127.24 | 181.48 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 222 | 0.21 | 0.62 | 0 | 0.13 | 280 | 0.68 | 0.6 |
| Hex | B0 | 54 | DE | 15 | 3E | 0 | D | 118 | 44 | 3C |
| Octal | 260 | 124 | 336 | 25 | 76 | 0 | 15 | 430 | 104 | 74 |
| Binary | 10110000 | 1010100 | 11011110 | 10101 | 111110 | 0 | 1101 | 100011000 | 1000100 | 111100 |
Color Harmonies of #B054DE
Complementary color
Monochromatic Colors of #B054DE
Black with #B054DE
Text Example
Text Example
White with #B054DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B054DE; }
p { color: rgb(176,84,222); }
H1.HeaderClassName
{
color: #B054DE;
}
.AnyTagClassName
{
color: #B054DE;
}
</style>
background-color css
<style>
a { background-color: #B054DE; }
a { background-color: rgb(176,84,222); }
div.DivClassName
{
background-color: #B054DE;
}
.BgClassName
{
background-color: #B054DE;
}
</style>
border-color css
<style>
span { border-color: #B054DE; }
span { border-color: rgb(176,84,222); }
td.TdClassName
{
border-color: #B054DE;
}
.TagClassName
{
border-color: #B054DE;
}
</style>