Shades of Medium Orchid #B550D5
Tints of Medium Orchid #B550D5
RGB
CMYK
RGB Variations
Color information
#B550D5 (or 0xB550D5) is known color: Medium Orchid. HEX triplet: B5, 50 and D5. RGB value is (181,80,213). Sum of RGB (Red+Green+Blue) = 181+80+213=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 213 - color contains mainly: blue. Hex color #B550D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B550D5 is #4AAF2A. Grayscale: #7C7C7C. Windows color (decimal): -4894507 or 13979829. OLE color: 13979829.
HSL color Cylindrical-coordinate representation of color #B550D5: hue angle of 285.56º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B550D5 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 80 | 213 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.16 |
| HSL | 285.56º | 0.61% | 0.57% | - |
| HSV(B) | 285.56º | 0.62% | 0.84% | - |
| XYZ | 33.93 | 20.37 | 65.09 | - |
| YUV | 125.36 | 177.46 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 213 | 0.15 | 0.62 | 0 | 0.16 | 285.56 | 0.61 | 0.57 |
| Hex | B5 | 50 | D5 | F | 3E | 0 | 10 | 11E | 3D | 39 |
| Octal | 265 | 120 | 325 | 17 | 76 | 0 | 20 | 436 | 75 | 71 |
| Binary | 10110101 | 1010000 | 11010101 | 1111 | 111110 | 0 | 10000 | 100011110 | 111101 | 111001 |
Color Harmonies of #B550D5
Complementary color
Monochromatic Colors of #B550D5
Black with #B550D5
Text Example
Text Example
White with #B550D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B550D5; }
p { color: rgb(181,80,213); }
H1.HeaderClassName
{
color: #B550D5;
}
.AnyTagClassName
{
color: #B550D5;
}
</style>
background-color css
<style>
a { background-color: #B550D5; }
a { background-color: rgb(181,80,213); }
div.DivClassName
{
background-color: #B550D5;
}
.BgClassName
{
background-color: #B550D5;
}
</style>
border-color css
<style>
span { border-color: #B550D5; }
span { border-color: rgb(181,80,213); }
td.TdClassName
{
border-color: #B550D5;
}
.TagClassName
{
border-color: #B550D5;
}
</style>