Shades of Medium Orchid #B554FF
Tints of Medium Orchid #B554FF
RGB
CMYK
RGB Variations
Color information
#B554FF (or 0xB554FF) is known color: Medium Orchid. HEX triplet: B5, 54 and FF. RGB value is (181,84,255). Sum of RGB (Red+Green+Blue) = 181+84+255=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 84 (33.20% from 255 or 16.15% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #B554FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B554FF is #4AAB00. Grayscale: #838383. Windows color (decimal): -4893441 or 16733365. OLE color: 16733365.
HSL color Cylindrical-coordinate representation of color #B554FF: hue angle of 274.04º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B554FF is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 84 | 255 | - |
| CMYK | 0.29 | 0.67 | 0 | 0 |
| HSL | 274.04º | 1% | 0.66% | - |
| HSV(B) | 274.04º | 0.67% | 1% | - |
| XYZ | 40.28 | 23.38 | 97 | - |
| YUV | 132.5 | 197.14 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 255 | 0.29 | 0.67 | 0 | 0 | 274.04 | 1 | 0.66 |
| Hex | B5 | 54 | FF | 1D | 43 | 0 | 0 | 112 | 64 | 42 |
| Octal | 265 | 124 | 377 | 35 | 103 | 0 | 0 | 422 | 144 | 102 |
| Binary | 10110101 | 1010100 | 11111111 | 11101 | 1000011 | 0 | 0 | 100010010 | 1100100 | 1000010 |
Color Harmonies of #B554FF
Complementary color
Monochromatic Colors of #B554FF
Black with #B554FF
Text Example
Text Example
White with #B554FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B554FF; }
p { color: rgb(181,84,255); }
H1.HeaderClassName
{
color: #B554FF;
}
.AnyTagClassName
{
color: #B554FF;
}
</style>
background-color css
<style>
a { background-color: #B554FF; }
a { background-color: rgb(181,84,255); }
div.DivClassName
{
background-color: #B554FF;
}
.BgClassName
{
background-color: #B554FF;
}
</style>
border-color css
<style>
span { border-color: #B554FF; }
span { border-color: rgb(181,84,255); }
td.TdClassName
{
border-color: #B554FF;
}
.TagClassName
{
border-color: #B554FF;
}
</style>