Shades of Medium Orchid #B551DA
Tints of Medium Orchid #B551DA
RGB
CMYK
RGB Variations
Color information
#B551DA (or 0xB551DA) is known color: Medium Orchid. HEX triplet: B5, 51 and DA. RGB value is (181,81,218). Sum of RGB (Red+Green+Blue) = 181+81+218=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #B551DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B551DA is #4AAE25. Grayscale: #7E7E7E. Windows color (decimal): -4894246 or 14307765. OLE color: 14307765.
HSL color Cylindrical-coordinate representation of color #B551DA: hue angle of 283.8º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B551DA is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 81 | 218 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.15 |
| HSL | 283.8º | 0.65% | 0.59% | - |
| HSV(B) | 283.8º | 0.63% | 0.85% | - |
| XYZ | 34.65 | 20.77 | 68.51 | - |
| YUV | 126.52 | 179.63 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 218 | 0.17 | 0.63 | 0 | 0.15 | 283.8 | 0.65 | 0.59 |
| Hex | B5 | 51 | DA | 11 | 3F | 0 | F | 11C | 41 | 3B |
| Octal | 265 | 121 | 332 | 21 | 77 | 0 | 17 | 434 | 101 | 73 |
| Binary | 10110101 | 1010001 | 11011010 | 10001 | 111111 | 0 | 1111 | 100011100 | 1000001 | 111011 |
Color Harmonies of #B551DA
Complementary color
Monochromatic Colors of #B551DA
Black with #B551DA
Text Example
Text Example
White with #B551DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B551DA; }
p { color: rgb(181,81,218); }
H1.HeaderClassName
{
color: #B551DA;
}
.AnyTagClassName
{
color: #B551DA;
}
</style>
background-color css
<style>
a { background-color: #B551DA; }
a { background-color: rgb(181,81,218); }
div.DivClassName
{
background-color: #B551DA;
}
.BgClassName
{
background-color: #B551DA;
}
</style>
border-color css
<style>
span { border-color: #B551DA; }
span { border-color: rgb(181,81,218); }
td.TdClassName
{
border-color: #B551DA;
}
.TagClassName
{
border-color: #B551DA;
}
</style>