Shades of Medium Orchid #B552CB
Tints of Medium Orchid #B552CB
RGB
CMYK
RGB Variations
Color information
#B552CB (or 0xB552CB) is known color: Medium Orchid. HEX triplet: B5, 52 and CB. RGB value is (181,82,203). Sum of RGB (Red+Green+Blue) = 181+82+203=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #B552CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B552CB is #4AAD34. Grayscale: #7D7D7D. Windows color (decimal): -4894005 or 13324981. OLE color: 13324981.
HSL color Cylindrical-coordinate representation of color #B552CB: hue angle of 289.09º 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 #B552CB is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 82 | 203 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.20 |
| HSL | 289.09º | 0.54% | 0.56% | - |
| HSV(B) | 289.09º | 0.6% | 0.8% | - |
| XYZ | 32.85 | 20.17 | 58.66 | - |
| YUV | 125.4 | 171.8 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 203 | 0.11 | 0.60 | 0 | 0.20 | 289.09 | 0.54 | 0.56 |
| Hex | B5 | 52 | CB | B | 3C | 0 | 14 | 121 | 36 | 38 |
| Octal | 265 | 122 | 313 | 13 | 74 | 0 | 24 | 441 | 66 | 70 |
| Binary | 10110101 | 1010010 | 11001011 | 1011 | 111100 | 0 | 10100 | 100100001 | 110110 | 111000 |
Color Harmonies of #B552CB
Complementary color
Monochromatic Colors of #B552CB
Black with #B552CB
Text Example
Text Example
White with #B552CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B552CB; }
p { color: rgb(181,82,203); }
H1.HeaderClassName
{
color: #B552CB;
}
.AnyTagClassName
{
color: #B552CB;
}
</style>
background-color css
<style>
a { background-color: #B552CB; }
a { background-color: rgb(181,82,203); }
div.DivClassName
{
background-color: #B552CB;
}
.BgClassName
{
background-color: #B552CB;
}
</style>
border-color css
<style>
span { border-color: #B552CB; }
span { border-color: rgb(181,82,203); }
td.TdClassName
{
border-color: #B552CB;
}
.TagClassName
{
border-color: #B552CB;
}
</style>