Shades of Medium Orchid #B553E1
Tints of Medium Orchid #B553E1
RGB
CMYK
RGB Variations
Color information
#B553E1 (or 0xB553E1) is known color: Medium Orchid. HEX triplet: B5, 53 and E1. RGB value is (181,83,225). Sum of RGB (Red+Green+Blue) = 181+83+225=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 83 (32.81% from 255 or 16.97% from 489); Blue value is 225 (88.28% from 255 or 46.01% from 489); Max value from RGB is 225 - color contains mainly: blue. Hex color #B553E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B553E1 is #4AAC1E. Grayscale: #808080. Windows color (decimal): -4893727 or 14767029. OLE color: 14767029.
HSL color Cylindrical-coordinate representation of color #B553E1: hue angle of 281.41º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B553E1 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 83 | 225 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.12 |
| HSL | 281.41º | 0.7% | 0.6% | - |
| HSV(B) | 281.41º | 0.63% | 0.88% | - |
| XYZ | 35.74 | 21.45 | 73.49 | - |
| YUV | 128.49 | 182.47 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 83 | 225 | 0.20 | 0.63 | 0 | 0.12 | 281.41 | 0.7 | 0.6 |
| Hex | B5 | 53 | E1 | 14 | 3F | 0 | C | 119 | 46 | 3C |
| Octal | 265 | 123 | 341 | 24 | 77 | 0 | 14 | 431 | 106 | 74 |
| Binary | 10110101 | 1010011 | 11100001 | 10100 | 111111 | 0 | 1100 | 100011001 | 1000110 | 111100 |
Color Harmonies of #B553E1
Complementary color
Monochromatic Colors of #B553E1
Black with #B553E1
Text Example
Text Example
White with #B553E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B553E1; }
p { color: rgb(181,83,225); }
H1.HeaderClassName
{
color: #B553E1;
}
.AnyTagClassName
{
color: #B553E1;
}
</style>
background-color css
<style>
a { background-color: #B553E1; }
a { background-color: rgb(181,83,225); }
div.DivClassName
{
background-color: #B553E1;
}
.BgClassName
{
background-color: #B553E1;
}
</style>
border-color css
<style>
span { border-color: #B553E1; }
span { border-color: rgb(181,83,225); }
td.TdClassName
{
border-color: #B553E1;
}
.TagClassName
{
border-color: #B553E1;
}
</style>