Shades of Medium Orchid #B552DC
Tints of Medium Orchid #B552DC
RGB
CMYK
RGB Variations
Color information
#B552DC (or 0xB552DC) is known color: Medium Orchid. HEX triplet: B5, 52 and DC. RGB value is (181,82,220). Sum of RGB (Red+Green+Blue) = 181+82+220=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #B552DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B552DC is #4AAD23. Grayscale: #7E7E7E. Windows color (decimal): -4893988 or 14439093. OLE color: 14439093.
HSL color Cylindrical-coordinate representation of color #B552DC: hue angle of 283.04º 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 #B552DC is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 82 | 220 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.14 |
| HSL | 283.04º | 0.66% | 0.59% | - |
| HSV(B) | 283.04º | 0.63% | 0.86% | - |
| XYZ | 34.99 | 21.03 | 69.92 | - |
| YUV | 127.33 | 180.3 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 220 | 0.18 | 0.63 | 0 | 0.14 | 283.04 | 0.66 | 0.59 |
| Hex | B5 | 52 | DC | 12 | 3F | 0 | E | 11B | 42 | 3B |
| Octal | 265 | 122 | 334 | 22 | 77 | 0 | 16 | 433 | 102 | 73 |
| Binary | 10110101 | 1010010 | 11011100 | 10010 | 111111 | 0 | 1110 | 100011011 | 1000010 | 111011 |
Color Harmonies of #B552DC
Complementary color
Monochromatic Colors of #B552DC
Black with #B552DC
Text Example
Text Example
White with #B552DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B552DC; }
p { color: rgb(181,82,220); }
H1.HeaderClassName
{
color: #B552DC;
}
.AnyTagClassName
{
color: #B552DC;
}
</style>
background-color css
<style>
a { background-color: #B552DC; }
a { background-color: rgb(181,82,220); }
div.DivClassName
{
background-color: #B552DC;
}
.BgClassName
{
background-color: #B552DC;
}
</style>
border-color css
<style>
span { border-color: #B552DC; }
span { border-color: rgb(181,82,220); }
td.TdClassName
{
border-color: #B552DC;
}
.TagClassName
{
border-color: #B552DC;
}
</style>