Shades of Medium Orchid #B550D4
Tints of Medium Orchid #B550D4
RGB
CMYK
RGB Variations
Color information
#B550D4 (or 0xB550D4) is known color: Medium Orchid. HEX triplet: B5, 50 and D4. RGB value is (181,80,212). Sum of RGB (Red+Green+Blue) = 181+80+212=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 212 - color contains mainly: blue. Hex color #B550D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B550D4 is #4AAF2B. Grayscale: #7C7C7C. Windows color (decimal): -4894508 or 13914293. OLE color: 13914293.
HSL color Cylindrical-coordinate representation of color #B550D4: hue angle of 285.91º degrees, saturation: 0.61, 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 #B550D4 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 80 | 212 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.17 |
| HSL | 285.91º | 0.61% | 0.57% | - |
| HSV(B) | 285.91º | 0.62% | 0.83% | - |
| XYZ | 33.81 | 20.31 | 64.43 | - |
| YUV | 125.25 | 176.96 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 212 | 0.15 | 0.62 | 0 | 0.17 | 285.91 | 0.61 | 0.57 |
| Hex | B5 | 50 | D4 | F | 3E | 0 | 11 | 11E | 3D | 39 |
| Octal | 265 | 120 | 324 | 17 | 76 | 0 | 21 | 436 | 75 | 71 |
| Binary | 10110101 | 1010000 | 11010100 | 1111 | 111110 | 0 | 10001 | 100011110 | 111101 | 111001 |
Color Harmonies of #B550D4
Complementary color
Monochromatic Colors of #B550D4
Black with #B550D4
Text Example
Text Example
White with #B550D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B550D4; }
p { color: rgb(181,80,212); }
H1.HeaderClassName
{
color: #B550D4;
}
.AnyTagClassName
{
color: #B550D4;
}
</style>
background-color css
<style>
a { background-color: #B550D4; }
a { background-color: rgb(181,80,212); }
div.DivClassName
{
background-color: #B550D4;
}
.BgClassName
{
background-color: #B550D4;
}
</style>
border-color css
<style>
span { border-color: #B550D4; }
span { border-color: rgb(181,80,212); }
td.TdClassName
{
border-color: #B550D4;
}
.TagClassName
{
border-color: #B550D4;
}
</style>