Shades of Medium Orchid #B552DA
Tints of Medium Orchid #B552DA
RGB
CMYK
RGB Variations
Color information
#B552DA (or 0xB552DA) is known color: Medium Orchid. HEX triplet: B5, 52 and DA. RGB value is (181,82,218). Sum of RGB (Red+Green+Blue) = 181+82+218=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #B552DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B552DA is #4AAD25. Grayscale: #7E7E7E. Windows color (decimal): -4893990 or 14308021. OLE color: 14308021.
HSL color Cylindrical-coordinate representation of color #B552DA: hue angle of 283.68º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B552DA is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 82 | 218 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.15 |
| HSL | 283.68º | 0.65% | 0.59% | - |
| HSV(B) | 283.68º | 0.62% | 0.85% | - |
| XYZ | 34.73 | 20.92 | 68.54 | - |
| YUV | 127.11 | 179.3 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 218 | 0.17 | 0.62 | 0 | 0.15 | 283.68 | 0.65 | 0.59 |
| Hex | B5 | 52 | DA | 11 | 3E | 0 | F | 11C | 41 | 3B |
| Octal | 265 | 122 | 332 | 21 | 76 | 0 | 17 | 434 | 101 | 73 |
| Binary | 10110101 | 1010010 | 11011010 | 10001 | 111110 | 0 | 1111 | 100011100 | 1000001 | 111011 |
Color Harmonies of #B552DA
Complementary color
Monochromatic Colors of #B552DA
Black with #B552DA
Text Example
Text Example
White with #B552DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B552DA; }
p { color: rgb(181,82,218); }
H1.HeaderClassName
{
color: #B552DA;
}
.AnyTagClassName
{
color: #B552DA;
}
</style>
background-color css
<style>
a { background-color: #B552DA; }
a { background-color: rgb(181,82,218); }
div.DivClassName
{
background-color: #B552DA;
}
.BgClassName
{
background-color: #B552DA;
}
</style>
border-color css
<style>
span { border-color: #B552DA; }
span { border-color: rgb(181,82,218); }
td.TdClassName
{
border-color: #B552DA;
}
.TagClassName
{
border-color: #B552DA;
}
</style>