Shades of Medium Orchid #B551D0
Tints of Medium Orchid #B551D0
RGB
CMYK
RGB Variations
Color information
#B551D0 (or 0xB551D0) is known color: Medium Orchid. HEX triplet: B5, 51 and D0. RGB value is (181,81,208). Sum of RGB (Red+Green+Blue) = 181+81+208=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #B551D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B551D0 is #4AAE2F. Grayscale: #7C7C7C. Windows color (decimal): -4894256 or 13652405. OLE color: 13652405.
HSL color Cylindrical-coordinate representation of color #B551D0: hue angle of 287.24º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B551D0 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 81 | 208 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.18 |
| HSL | 287.24º | 0.57% | 0.57% | - |
| HSV(B) | 287.24º | 0.61% | 0.82% | - |
| XYZ | 33.38 | 20.26 | 61.83 | - |
| YUV | 125.38 | 174.63 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 208 | 0.13 | 0.61 | 0 | 0.18 | 287.24 | 0.57 | 0.57 |
| Hex | B5 | 51 | D0 | D | 3D | 0 | 12 | 11F | 39 | 39 |
| Octal | 265 | 121 | 320 | 15 | 75 | 0 | 22 | 437 | 71 | 71 |
| Binary | 10110101 | 1010001 | 11010000 | 1101 | 111101 | 0 | 10010 | 100011111 | 111001 | 111001 |
Color Harmonies of #B551D0
Complementary color
Monochromatic Colors of #B551D0
Black with #B551D0
Text Example
Text Example
White with #B551D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B551D0; }
p { color: rgb(181,81,208); }
H1.HeaderClassName
{
color: #B551D0;
}
.AnyTagClassName
{
color: #B551D0;
}
</style>
background-color css
<style>
a { background-color: #B551D0; }
a { background-color: rgb(181,81,208); }
div.DivClassName
{
background-color: #B551D0;
}
.BgClassName
{
background-color: #B551D0;
}
</style>
border-color css
<style>
span { border-color: #B551D0; }
span { border-color: rgb(181,81,208); }
td.TdClassName
{
border-color: #B551D0;
}
.TagClassName
{
border-color: #B551D0;
}
</style>