Shades of Medium Orchid #B550D0
Tints of Medium Orchid #B550D0
RGB
CMYK
RGB Variations
Color information
#B550D0 (or 0xB550D0) is known color: Medium Orchid. HEX triplet: B5, 50 and D0. RGB value is (181,80,208). Sum of RGB (Red+Green+Blue) = 181+80+208=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #B550D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B550D0 is #4AAF2F. Grayscale: #7C7C7C. Windows color (decimal): -4894512 or 13652149. OLE color: 13652149.
HSL color Cylindrical-coordinate representation of color #B550D0: hue angle of 287.34º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B550D0 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 80 | 208 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.18 |
| HSL | 287.34º | 0.58% | 0.56% | - |
| HSV(B) | 287.34º | 0.62% | 0.82% | - |
| XYZ | 33.31 | 20.12 | 61.8 | - |
| YUV | 124.79 | 174.96 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 208 | 0.13 | 0.62 | 0 | 0.18 | 287.34 | 0.58 | 0.56 |
| Hex | B5 | 50 | D0 | D | 3E | 0 | 12 | 11F | 3A | 38 |
| Octal | 265 | 120 | 320 | 15 | 76 | 0 | 22 | 437 | 72 | 70 |
| Binary | 10110101 | 1010000 | 11010000 | 1101 | 111110 | 0 | 10010 | 100011111 | 111010 | 111000 |
Color Harmonies of #B550D0
Complementary color
Monochromatic Colors of #B550D0
Black with #B550D0
Text Example
Text Example
White with #B550D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B550D0; }
p { color: rgb(181,80,208); }
H1.HeaderClassName
{
color: #B550D0;
}
.AnyTagClassName
{
color: #B550D0;
}
</style>
background-color css
<style>
a { background-color: #B550D0; }
a { background-color: rgb(181,80,208); }
div.DivClassName
{
background-color: #B550D0;
}
.BgClassName
{
background-color: #B550D0;
}
</style>
border-color css
<style>
span { border-color: #B550D0; }
span { border-color: rgb(181,80,208); }
td.TdClassName
{
border-color: #B550D0;
}
.TagClassName
{
border-color: #B550D0;
}
</style>