Shades of Medium Orchid #B552D0
Tints of Medium Orchid #B552D0
RGB
CMYK
RGB Variations
Color information
#B552D0 (or 0xB552D0) is known color: Medium Orchid. HEX triplet: B5, 52 and D0. RGB value is (181,82,208). Sum of RGB (Red+Green+Blue) = 181+82+208=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #B552D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B552D0 is #4AAD2F. Grayscale: #7D7D7D. Windows color (decimal): -4894000 or 13652661. OLE color: 13652661.
HSL color Cylindrical-coordinate representation of color #B552D0: hue angle of 287.14º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B552D0 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 82 | 208 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.18 |
| HSL | 287.14º | 0.57% | 0.57% | - |
| HSV(B) | 287.14º | 0.61% | 0.82% | - |
| XYZ | 33.46 | 20.41 | 61.85 | - |
| YUV | 125.97 | 174.3 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 208 | 0.13 | 0.61 | 0 | 0.18 | 287.14 | 0.57 | 0.57 |
| Hex | B5 | 52 | D0 | D | 3D | 0 | 12 | 11F | 39 | 39 |
| Octal | 265 | 122 | 320 | 15 | 75 | 0 | 22 | 437 | 71 | 71 |
| Binary | 10110101 | 1010010 | 11010000 | 1101 | 111101 | 0 | 10010 | 100011111 | 111001 | 111001 |
Color Harmonies of #B552D0
Complementary color
Monochromatic Colors of #B552D0
Black with #B552D0
Text Example
Text Example
White with #B552D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B552D0; }
p { color: rgb(181,82,208); }
H1.HeaderClassName
{
color: #B552D0;
}
.AnyTagClassName
{
color: #B552D0;
}
</style>
background-color css
<style>
a { background-color: #B552D0; }
a { background-color: rgb(181,82,208); }
div.DivClassName
{
background-color: #B552D0;
}
.BgClassName
{
background-color: #B552D0;
}
</style>
border-color css
<style>
span { border-color: #B552D0; }
span { border-color: rgb(181,82,208); }
td.TdClassName
{
border-color: #B552D0;
}
.TagClassName
{
border-color: #B552D0;
}
</style>