Shades of Medium Orchid #B550CF
Tints of Medium Orchid #B550CF
RGB
CMYK
RGB Variations
Color information
#B550CF (or 0xB550CF) is known color: Medium Orchid. HEX triplet: B5, 50 and CF. RGB value is (181,80,207). Sum of RGB (Red+Green+Blue) = 181+80+207=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #B550CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B550CF is #4AAF30. Grayscale: #7C7C7C. Windows color (decimal): -4894513 or 13586613. OLE color: 13586613.
HSL color Cylindrical-coordinate representation of color #B550CF: hue angle of 287.72º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B550CF is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 80 | 207 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.19 |
| HSL | 287.72º | 0.57% | 0.56% | - |
| HSV(B) | 287.72º | 0.61% | 0.81% | - |
| XYZ | 33.19 | 20.07 | 61.16 | - |
| YUV | 124.68 | 174.46 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 207 | 0.13 | 0.61 | 0 | 0.19 | 287.72 | 0.57 | 0.56 |
| Hex | B5 | 50 | CF | D | 3D | 0 | 13 | 120 | 39 | 38 |
| Octal | 265 | 120 | 317 | 15 | 75 | 0 | 23 | 440 | 71 | 70 |
| Binary | 10110101 | 1010000 | 11001111 | 1101 | 111101 | 0 | 10011 | 100100000 | 111001 | 111000 |
Color Harmonies of #B550CF
Complementary color
Monochromatic Colors of #B550CF
Black with #B550CF
Text Example
Text Example
White with #B550CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B550CF; }
p { color: rgb(181,80,207); }
H1.HeaderClassName
{
color: #B550CF;
}
.AnyTagClassName
{
color: #B550CF;
}
</style>
background-color css
<style>
a { background-color: #B550CF; }
a { background-color: rgb(181,80,207); }
div.DivClassName
{
background-color: #B550CF;
}
.BgClassName
{
background-color: #B550CF;
}
</style>
border-color css
<style>
span { border-color: #B550CF; }
span { border-color: rgb(181,80,207); }
td.TdClassName
{
border-color: #B550CF;
}
.TagClassName
{
border-color: #B550CF;
}
</style>