Shades of Medium Orchid #B550C8
Tints of Medium Orchid #B550C8
RGB
CMYK
RGB Variations
Color information
#B550C8 (or 0xB550C8) is known color: Medium Orchid. HEX triplet: B5, 50 and C8. RGB value is (181,80,200). Sum of RGB (Red+Green+Blue) = 181+80+200=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 200 (78.52% from 255 or 43.38% from 461); Max value from RGB is 200 - color contains mainly: blue. Hex color #B550C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B550C8 is #4AAF37. Grayscale: #7B7B7B. Windows color (decimal): -4894520 or 13127861. OLE color: 13127861.
HSL color Cylindrical-coordinate representation of color #B550C8: hue angle of 290.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B550C8 is Cyan = 0.09, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 80 | 200 | - |
| CMYK | 0.09 | 0.6 | 0 | 0.22 |
| HSL | 290.5º | 0.52% | 0.55% | - |
| HSV(B) | 290.5º | 0.6% | 0.78% | - |
| XYZ | 32.35 | 19.73 | 56.75 | - |
| YUV | 123.88 | 170.96 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 200 | 0.09 | 0.6 | 0 | 0.22 | 290.5 | 0.52 | 0.55 |
| Hex | B5 | 50 | C8 | 9 | 3C | 0 | 16 | 122 | 34 | 37 |
| Octal | 265 | 120 | 310 | 11 | 74 | 0 | 26 | 442 | 64 | 67 |
| Binary | 10110101 | 1010000 | 11001000 | 1001 | 111100 | 0 | 10110 | 100100010 | 110100 | 110111 |
Color Harmonies of #B550C8
Complementary color
Monochromatic Colors of #B550C8
Black with #B550C8
Text Example
Text Example
White with #B550C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B550C8; }
p { color: rgb(181,80,200); }
H1.HeaderClassName
{
color: #B550C8;
}
.AnyTagClassName
{
color: #B550C8;
}
</style>
background-color css
<style>
a { background-color: #B550C8; }
a { background-color: rgb(181,80,200); }
div.DivClassName
{
background-color: #B550C8;
}
.BgClassName
{
background-color: #B550C8;
}
</style>
border-color css
<style>
span { border-color: #B550C8; }
span { border-color: rgb(181,80,200); }
td.TdClassName
{
border-color: #B550C8;
}
.TagClassName
{
border-color: #B550C8;
}
</style>