Shades of Medium Orchid #B552DB
Tints of Medium Orchid #B552DB
RGB
CMYK
RGB Variations
Color information
#B552DB (or 0xB552DB) is known color: Medium Orchid. HEX triplet: B5, 52 and DB. RGB value is (181,82,219). Sum of RGB (Red+Green+Blue) = 181+82+219=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #B552DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B552DB is #4AAD24. Grayscale: #7E7E7E. Windows color (decimal): -4893989 or 14373557. OLE color: 14373557.
HSL color Cylindrical-coordinate representation of color #B552DB: hue angle of 283.36º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B552DB is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 82 | 219 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.14 |
| HSL | 283.36º | 0.66% | 0.59% | - |
| HSV(B) | 283.36º | 0.63% | 0.86% | - |
| XYZ | 34.86 | 20.97 | 69.23 | - |
| YUV | 127.22 | 179.8 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 219 | 0.17 | 0.63 | 0 | 0.14 | 283.36 | 0.66 | 0.59 |
| Hex | B5 | 52 | DB | 11 | 3F | 0 | E | 11B | 42 | 3B |
| Octal | 265 | 122 | 333 | 21 | 77 | 0 | 16 | 433 | 102 | 73 |
| Binary | 10110101 | 1010010 | 11011011 | 10001 | 111111 | 0 | 1110 | 100011011 | 1000010 | 111011 |
Color Harmonies of #B552DB
Complementary color
Monochromatic Colors of #B552DB
Black with #B552DB
Text Example
Text Example
White with #B552DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B552DB; }
p { color: rgb(181,82,219); }
H1.HeaderClassName
{
color: #B552DB;
}
.AnyTagClassName
{
color: #B552DB;
}
</style>
background-color css
<style>
a { background-color: #B552DB; }
a { background-color: rgb(181,82,219); }
div.DivClassName
{
background-color: #B552DB;
}
.BgClassName
{
background-color: #B552DB;
}
</style>
border-color css
<style>
span { border-color: #B552DB; }
span { border-color: rgb(181,82,219); }
td.TdClassName
{
border-color: #B552DB;
}
.TagClassName
{
border-color: #B552DB;
}
</style>