Shades of Medium Orchid #B554D4
Tints of Medium Orchid #B554D4
RGB
CMYK
RGB Variations
Color information
#B554D4 (or 0xB554D4) is known color: Medium Orchid. HEX triplet: B5, 54 and D4. RGB value is (181,84,212). Sum of RGB (Red+Green+Blue) = 181+84+212=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 212 - color contains mainly: blue. Hex color #B554D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B554D4 is #4AAB2B. Grayscale: #7F7F7F. Windows color (decimal): -4893484 or 13915317. OLE color: 13915317.
HSL color Cylindrical-coordinate representation of color #B554D4: hue angle of 285.47º 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 #B554D4 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 84 | 212 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.17 |
| HSL | 285.47º | 0.6% | 0.58% | - |
| HSV(B) | 285.47º | 0.6% | 0.83% | - |
| XYZ | 34.11 | 20.92 | 64.53 | - |
| YUV | 127.6 | 175.64 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 212 | 0.15 | 0.60 | 0 | 0.17 | 285.47 | 0.6 | 0.58 |
| Hex | B5 | 54 | D4 | F | 3C | 0 | 11 | 11D | 3C | 3A |
| Octal | 265 | 124 | 324 | 17 | 74 | 0 | 21 | 435 | 74 | 72 |
| Binary | 10110101 | 1010100 | 11010100 | 1111 | 111100 | 0 | 10001 | 100011101 | 111100 | 111010 |
Color Harmonies of #B554D4
Complementary color
Monochromatic Colors of #B554D4
Black with #B554D4
Text Example
Text Example
White with #B554D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B554D4; }
p { color: rgb(181,84,212); }
H1.HeaderClassName
{
color: #B554D4;
}
.AnyTagClassName
{
color: #B554D4;
}
</style>
background-color css
<style>
a { background-color: #B554D4; }
a { background-color: rgb(181,84,212); }
div.DivClassName
{
background-color: #B554D4;
}
.BgClassName
{
background-color: #B554D4;
}
</style>
border-color css
<style>
span { border-color: #B554D4; }
span { border-color: rgb(181,84,212); }
td.TdClassName
{
border-color: #B554D4;
}
.TagClassName
{
border-color: #B554D4;
}
</style>