Shades of Medium Orchid #B554DD
Tints of Medium Orchid #B554DD
RGB
CMYK
RGB Variations
Color information
#B554DD (or 0xB554DD) is known color: Medium Orchid. HEX triplet: B5, 54 and DD. RGB value is (181,84,221). Sum of RGB (Red+Green+Blue) = 181+84+221=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #B554DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B554DD is #4AAB22. Grayscale: #808080. Windows color (decimal): -4893475 or 14505141. OLE color: 14505141.
HSL color Cylindrical-coordinate representation of color #B554DD: hue angle of 282.48º 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 #B554DD is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 84 | 221 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.13 |
| HSL | 282.48º | 0.67% | 0.6% | - |
| HSV(B) | 282.48º | 0.62% | 0.87% | - |
| XYZ | 35.28 | 21.38 | 70.67 | - |
| YUV | 128.62 | 180.14 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 221 | 0.18 | 0.62 | 0 | 0.13 | 282.48 | 0.67 | 0.6 |
| Hex | B5 | 54 | DD | 12 | 3E | 0 | D | 11A | 43 | 3C |
| Octal | 265 | 124 | 335 | 22 | 76 | 0 | 15 | 432 | 103 | 74 |
| Binary | 10110101 | 1010100 | 11011101 | 10010 | 111110 | 0 | 1101 | 100011010 | 1000011 | 111100 |
Color Harmonies of #B554DD
Complementary color
Monochromatic Colors of #B554DD
Black with #B554DD
Text Example
Text Example
White with #B554DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B554DD; }
p { color: rgb(181,84,221); }
H1.HeaderClassName
{
color: #B554DD;
}
.AnyTagClassName
{
color: #B554DD;
}
</style>
background-color css
<style>
a { background-color: #B554DD; }
a { background-color: rgb(181,84,221); }
div.DivClassName
{
background-color: #B554DD;
}
.BgClassName
{
background-color: #B554DD;
}
</style>
border-color css
<style>
span { border-color: #B554DD; }
span { border-color: rgb(181,84,221); }
td.TdClassName
{
border-color: #B554DD;
}
.TagClassName
{
border-color: #B554DD;
}
</style>