Shades of Medium Orchid #B550CC
Tints of Medium Orchid #B550CC
RGB
CMYK
RGB Variations
Color information
#B550CC (or 0xB550CC) is known color: Medium Orchid. HEX triplet: B5, 50 and CC. RGB value is (181,80,204). Sum of RGB (Red+Green+Blue) = 181+80+204=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #B550CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B550CC is #4AAF33. Grayscale: #7B7B7B. Windows color (decimal): -4894516 or 13390005. OLE color: 13390005.
HSL color Cylindrical-coordinate representation of color #B550CC: hue angle of 288.87º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B550CC is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 80 | 204 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.2 |
| HSL | 288.87º | 0.55% | 0.56% | - |
| HSV(B) | 288.87º | 0.61% | 0.8% | - |
| XYZ | 32.82 | 19.92 | 59.24 | - |
| YUV | 124.34 | 172.96 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 204 | 0.11 | 0.61 | 0 | 0.2 | 288.87 | 0.55 | 0.56 |
| Hex | B5 | 50 | CC | B | 3D | 0 | 14 | 121 | 37 | 38 |
| Octal | 265 | 120 | 314 | 13 | 75 | 0 | 24 | 441 | 67 | 70 |
| Binary | 10110101 | 1010000 | 11001100 | 1011 | 111101 | 0 | 10100 | 100100001 | 110111 | 111000 |
Color Harmonies of #B550CC
Complementary color
Monochromatic Colors of #B550CC
Black with #B550CC
Text Example
Text Example
White with #B550CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B550CC; }
p { color: rgb(181,80,204); }
H1.HeaderClassName
{
color: #B550CC;
}
.AnyTagClassName
{
color: #B550CC;
}
</style>
background-color css
<style>
a { background-color: #B550CC; }
a { background-color: rgb(181,80,204); }
div.DivClassName
{
background-color: #B550CC;
}
.BgClassName
{
background-color: #B550CC;
}
</style>
border-color css
<style>
span { border-color: #B550CC; }
span { border-color: rgb(181,80,204); }
td.TdClassName
{
border-color: #B550CC;
}
.TagClassName
{
border-color: #B550CC;
}
</style>