Shades of Medium Orchid #B552EC
Tints of Medium Orchid #B552EC
RGB
CMYK
RGB Variations
Color information
#B552EC (or 0xB552EC) is known color: Medium Orchid. HEX triplet: B5, 52 and EC. RGB value is (181,82,236). Sum of RGB (Red+Green+Blue) = 181+82+236=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #B552EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B552EC is #4AAD13. Grayscale: #808080. Windows color (decimal): -4893972 or 15487669. OLE color: 15487669.
HSL color Cylindrical-coordinate representation of color #B552EC: hue angle of 278.57º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B552EC is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 82 | 236 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.07 |
| HSL | 278.57º | 0.8% | 0.62% | - |
| HSV(B) | 278.57º | 0.65% | 0.93% | - |
| XYZ | 37.21 | 21.91 | 81.63 | - |
| YUV | 129.16 | 188.3 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 236 | 0.23 | 0.65 | 0 | 0.07 | 278.57 | 0.8 | 0.62 |
| Hex | B5 | 52 | EC | 17 | 41 | 0 | 7 | 117 | 50 | 3E |
| Octal | 265 | 122 | 354 | 27 | 101 | 0 | 7 | 427 | 120 | 76 |
| Binary | 10110101 | 1010010 | 11101100 | 10111 | 1000001 | 0 | 111 | 100010111 | 1010000 | 111110 |
Color Harmonies of #B552EC
Complementary color
Monochromatic Colors of #B552EC
Black with #B552EC
Text Example
Text Example
White with #B552EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B552EC; }
p { color: rgb(181,82,236); }
H1.HeaderClassName
{
color: #B552EC;
}
.AnyTagClassName
{
color: #B552EC;
}
</style>
background-color css
<style>
a { background-color: #B552EC; }
a { background-color: rgb(181,82,236); }
div.DivClassName
{
background-color: #B552EC;
}
.BgClassName
{
background-color: #B552EC;
}
</style>
border-color css
<style>
span { border-color: #B552EC; }
span { border-color: rgb(181,82,236); }
td.TdClassName
{
border-color: #B552EC;
}
.TagClassName
{
border-color: #B552EC;
}
</style>