Shades of Medium Orchid #B551CC
Tints of Medium Orchid #B551CC
RGB
CMYK
RGB Variations
Color information
#B551CC (or 0xB551CC) is known color: Medium Orchid. HEX triplet: B5, 51 and CC. RGB value is (181,81,204). Sum of RGB (Red+Green+Blue) = 181+81+204=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #B551CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B551CC is #4AAE33. Grayscale: #7C7C7C. Windows color (decimal): -4894260 or 13390261. OLE color: 13390261.
HSL color Cylindrical-coordinate representation of color #B551CC: hue angle of 288.78º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B551CC is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 81 | 204 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.2 |
| HSL | 288.78º | 0.55% | 0.56% | - |
| HSV(B) | 288.78º | 0.6% | 0.8% | - |
| XYZ | 32.9 | 20.07 | 59.27 | - |
| YUV | 124.92 | 172.63 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 204 | 0.11 | 0.60 | 0 | 0.2 | 288.78 | 0.55 | 0.56 |
| Hex | B5 | 51 | CC | B | 3C | 0 | 14 | 121 | 37 | 38 |
| Octal | 265 | 121 | 314 | 13 | 74 | 0 | 24 | 441 | 67 | 70 |
| Binary | 10110101 | 1010001 | 11001100 | 1011 | 111100 | 0 | 10100 | 100100001 | 110111 | 111000 |
Color Harmonies of #B551CC
Complementary color
Monochromatic Colors of #B551CC
Black with #B551CC
Text Example
Text Example
White with #B551CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B551CC; }
p { color: rgb(181,81,204); }
H1.HeaderClassName
{
color: #B551CC;
}
.AnyTagClassName
{
color: #B551CC;
}
</style>
background-color css
<style>
a { background-color: #B551CC; }
a { background-color: rgb(181,81,204); }
div.DivClassName
{
background-color: #B551CC;
}
.BgClassName
{
background-color: #B551CC;
}
</style>
border-color css
<style>
span { border-color: #B551CC; }
span { border-color: rgb(181,81,204); }
td.TdClassName
{
border-color: #B551CC;
}
.TagClassName
{
border-color: #B551CC;
}
</style>