Shades of Medium Orchid #B551D3
Tints of Medium Orchid #B551D3
RGB
CMYK
RGB Variations
Color information
#B551D3 (or 0xB551D3) is known color: Medium Orchid. HEX triplet: B5, 51 and D3. RGB value is (181,81,211). Sum of RGB (Red+Green+Blue) = 181+81+211=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 211 (82.81% from 255 or 44.61% from 473); Max value from RGB is 211 - color contains mainly: blue. Hex color #B551D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B551D3 is #4AAE2C. Grayscale: #7D7D7D. Windows color (decimal): -4894253 or 13849013. OLE color: 13849013.
HSL color Cylindrical-coordinate representation of color #B551D3: hue angle of 286.15º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B551D3 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 81 | 211 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.17 |
| HSL | 286.15º | 0.6% | 0.57% | - |
| HSV(B) | 286.15º | 0.62% | 0.83% | - |
| XYZ | 33.76 | 20.41 | 63.79 | - |
| YUV | 125.72 | 176.13 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 211 | 0.14 | 0.62 | 0 | 0.17 | 286.15 | 0.6 | 0.57 |
| Hex | B5 | 51 | D3 | E | 3E | 0 | 11 | 11E | 3C | 39 |
| Octal | 265 | 121 | 323 | 16 | 76 | 0 | 21 | 436 | 74 | 71 |
| Binary | 10110101 | 1010001 | 11010011 | 1110 | 111110 | 0 | 10001 | 100011110 | 111100 | 111001 |
Color Harmonies of #B551D3
Complementary color
Monochromatic Colors of #B551D3
Black with #B551D3
Text Example
Text Example
White with #B551D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B551D3; }
p { color: rgb(181,81,211); }
H1.HeaderClassName
{
color: #B551D3;
}
.AnyTagClassName
{
color: #B551D3;
}
</style>
background-color css
<style>
a { background-color: #B551D3; }
a { background-color: rgb(181,81,211); }
div.DivClassName
{
background-color: #B551D3;
}
.BgClassName
{
background-color: #B551D3;
}
</style>
border-color css
<style>
span { border-color: #B551D3; }
span { border-color: rgb(181,81,211); }
td.TdClassName
{
border-color: #B551D3;
}
.TagClassName
{
border-color: #B551D3;
}
</style>