Shades of Medium Orchid #B552CC
Tints of Medium Orchid #B552CC
RGB
CMYK
RGB Variations
Color information
#B552CC (or 0xB552CC) is known color: Medium Orchid. HEX triplet: B5, 52 and CC. RGB value is (181,82,204). Sum of RGB (Red+Green+Blue) = 181+82+204=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #B552CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B552CC is #4AAD33. Grayscale: #7D7D7D. Windows color (decimal): -4894004 or 13390517. OLE color: 13390517.
HSL color Cylindrical-coordinate representation of color #B552CC: hue angle of 288.69º degrees, saturation: 0.54, 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 #B552CC is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 82 | 204 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.2 |
| HSL | 288.69º | 0.54% | 0.56% | - |
| HSV(B) | 288.69º | 0.6% | 0.8% | - |
| XYZ | 32.97 | 20.22 | 59.29 | - |
| YUV | 125.51 | 172.3 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 204 | 0.11 | 0.60 | 0 | 0.2 | 288.69 | 0.54 | 0.56 |
| Hex | B5 | 52 | CC | B | 3C | 0 | 14 | 121 | 36 | 38 |
| Octal | 265 | 122 | 314 | 13 | 74 | 0 | 24 | 441 | 66 | 70 |
| Binary | 10110101 | 1010010 | 11001100 | 1011 | 111100 | 0 | 10100 | 100100001 | 110110 | 111000 |
Color Harmonies of #B552CC
Complementary color
Monochromatic Colors of #B552CC
Black with #B552CC
Text Example
Text Example
White with #B552CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B552CC; }
p { color: rgb(181,82,204); }
H1.HeaderClassName
{
color: #B552CC;
}
.AnyTagClassName
{
color: #B552CC;
}
</style>
background-color css
<style>
a { background-color: #B552CC; }
a { background-color: rgb(181,82,204); }
div.DivClassName
{
background-color: #B552CC;
}
.BgClassName
{
background-color: #B552CC;
}
</style>
border-color css
<style>
span { border-color: #B552CC; }
span { border-color: rgb(181,82,204); }
td.TdClassName
{
border-color: #B552CC;
}
.TagClassName
{
border-color: #B552CC;
}
</style>