Shades of Medium Orchid #B550E4
Tints of Medium Orchid #B550E4
RGB
CMYK
RGB Variations
Color information
#B550E4 (or 0xB550E4) is known color: Medium Orchid. HEX triplet: B5, 50 and E4. RGB value is (181,80,228). Sum of RGB (Red+Green+Blue) = 181+80+228=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 228 (89.45% from 255 or 46.63% from 489); Max value from RGB is 228 - color contains mainly: blue. Hex color #B550E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B550E4 is #4AAF1B. Grayscale: #7E7E7E. Windows color (decimal): -4894492 or 14962869. OLE color: 14962869.
HSL color Cylindrical-coordinate representation of color #B550E4: hue angle of 280.95º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B550E4 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 80 | 228 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.11 |
| HSL | 280.95º | 0.73% | 0.6% | - |
| HSV(B) | 280.95º | 0.65% | 0.89% | - |
| XYZ | 35.93 | 21.16 | 75.59 | - |
| YUV | 127.07 | 184.96 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 228 | 0.21 | 0.65 | 0 | 0.11 | 280.95 | 0.73 | 0.6 |
| Hex | B5 | 50 | E4 | 15 | 41 | 0 | B | 119 | 49 | 3C |
| Octal | 265 | 120 | 344 | 25 | 101 | 0 | 13 | 431 | 111 | 74 |
| Binary | 10110101 | 1010000 | 11100100 | 10101 | 1000001 | 0 | 1011 | 100011001 | 1001001 | 111100 |
Color Harmonies of #B550E4
Complementary color
Monochromatic Colors of #B550E4
Black with #B550E4
Text Example
Text Example
White with #B550E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B550E4; }
p { color: rgb(181,80,228); }
H1.HeaderClassName
{
color: #B550E4;
}
.AnyTagClassName
{
color: #B550E4;
}
</style>
background-color css
<style>
a { background-color: #B550E4; }
a { background-color: rgb(181,80,228); }
div.DivClassName
{
background-color: #B550E4;
}
.BgClassName
{
background-color: #B550E4;
}
</style>
border-color css
<style>
span { border-color: #B550E4; }
span { border-color: rgb(181,80,228); }
td.TdClassName
{
border-color: #B550E4;
}
.TagClassName
{
border-color: #B550E4;
}
</style>