Shades of Medium Orchid #B553CB
Tints of Medium Orchid #B553CB
RGB
CMYK
RGB Variations
Color information
#B553CB (or 0xB553CB) is known color: Medium Orchid. HEX triplet: B5, 53 and CB. RGB value is (181,83,203). Sum of RGB (Red+Green+Blue) = 181+83+203=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #B553CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B553CB is #4AAC34. Grayscale: #7D7D7D. Windows color (decimal): -4893749 or 13325237. OLE color: 13325237.
HSL color Cylindrical-coordinate representation of color #B553CB: hue angle of 289º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B553CB is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 83 | 203 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.20 |
| HSL | 289º | 0.54% | 0.56% | - |
| HSV(B) | 289º | 0.59% | 0.8% | - |
| XYZ | 32.93 | 20.32 | 58.69 | - |
| YUV | 125.98 | 171.47 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 83 | 203 | 0.11 | 0.59 | 0 | 0.20 | 289 | 0.54 | 0.56 |
| Hex | B5 | 53 | CB | B | 3B | 0 | 14 | 121 | 36 | 38 |
| Octal | 265 | 123 | 313 | 13 | 73 | 0 | 24 | 441 | 66 | 70 |
| Binary | 10110101 | 1010011 | 11001011 | 1011 | 111011 | 0 | 10100 | 100100001 | 110110 | 111000 |
Color Harmonies of #B553CB
Complementary color
Monochromatic Colors of #B553CB
Black with #B553CB
Text Example
Text Example
White with #B553CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B553CB; }
p { color: rgb(181,83,203); }
H1.HeaderClassName
{
color: #B553CB;
}
.AnyTagClassName
{
color: #B553CB;
}
</style>
background-color css
<style>
a { background-color: #B553CB; }
a { background-color: rgb(181,83,203); }
div.DivClassName
{
background-color: #B553CB;
}
.BgClassName
{
background-color: #B553CB;
}
</style>
border-color css
<style>
span { border-color: #B553CB; }
span { border-color: rgb(181,83,203); }
td.TdClassName
{
border-color: #B553CB;
}
.TagClassName
{
border-color: #B553CB;
}
</style>