Shades of Medium Orchid #B054D0
Tints of Medium Orchid #B054D0
RGB
CMYK
RGB Variations
Color information
#B054D0 (or 0xB054D0) is known color: Medium Orchid. HEX triplet: B0, 54 and D0. RGB value is (176,84,208). Sum of RGB (Red+Green+Blue) = 176+84+208=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #B054D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B054D0 is #4FAB2F. Grayscale: #7D7D7D. Windows color (decimal): -5221168 or 13653168. OLE color: 13653168.
HSL color Cylindrical-coordinate representation of color #B054D0: hue angle of 284.52º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B054D0 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 84 | 208 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.18 |
| HSL | 284.52º | 0.57% | 0.57% | - |
| HSV(B) | 284.52º | 0.6% | 0.82% | - |
| XYZ | 32.46 | 20.12 | 61.85 | - |
| YUV | 125.64 | 174.48 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 208 | 0.15 | 0.60 | 0 | 0.18 | 284.52 | 0.57 | 0.57 |
| Hex | B0 | 54 | D0 | F | 3C | 0 | 12 | 11D | 39 | 39 |
| Octal | 260 | 124 | 320 | 17 | 74 | 0 | 22 | 435 | 71 | 71 |
| Binary | 10110000 | 1010100 | 11010000 | 1111 | 111100 | 0 | 10010 | 100011101 | 111001 | 111001 |
Color Harmonies of #B054D0
Complementary color
Monochromatic Colors of #B054D0
Black with #B054D0
Text Example
Text Example
White with #B054D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B054D0; }
p { color: rgb(176,84,208); }
H1.HeaderClassName
{
color: #B054D0;
}
.AnyTagClassName
{
color: #B054D0;
}
</style>
background-color css
<style>
a { background-color: #B054D0; }
a { background-color: rgb(176,84,208); }
div.DivClassName
{
background-color: #B054D0;
}
.BgClassName
{
background-color: #B054D0;
}
</style>
border-color css
<style>
span { border-color: #B054D0; }
span { border-color: rgb(176,84,208); }
td.TdClassName
{
border-color: #B054D0;
}
.TagClassName
{
border-color: #B054D0;
}
</style>