Shades of Medium Orchid #B55CEC
Tints of Medium Orchid #B55CEC
RGB
CMYK
RGB Variations
Color information
#B55CEC (or 0xB55CEC) is known color: Medium Orchid. HEX triplet: B5, 5C and EC. RGB value is (181,92,236). Sum of RGB (Red+Green+Blue) = 181+92+236=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #B55CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55CEC is #4AA313. Grayscale: #868686. Windows color (decimal): -4891412 or 15490229. OLE color: 15490229.
HSL color Cylindrical-coordinate representation of color #B55CEC: hue angle of 277.08º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B55CEC is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 92 | 236 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.07 |
| HSL | 277.08º | 0.79% | 0.64% | - |
| HSV(B) | 277.08º | 0.61% | 0.93% | - |
| XYZ | 38.02 | 23.53 | 81.9 | - |
| YUV | 135.03 | 184.99 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 236 | 0.23 | 0.61 | 0 | 0.07 | 277.08 | 0.79 | 0.64 |
| Hex | B5 | 5C | EC | 17 | 3D | 0 | 7 | 115 | 4F | 40 |
| Octal | 265 | 134 | 354 | 27 | 75 | 0 | 7 | 425 | 117 | 100 |
| Binary | 10110101 | 1011100 | 11101100 | 10111 | 111101 | 0 | 111 | 100010101 | 1001111 | 1000000 |
Color Harmonies of #B55CEC
Complementary color
Monochromatic Colors of #B55CEC
Black with #B55CEC
Text Example
Text Example
White with #B55CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55CEC; }
p { color: rgb(181,92,236); }
H1.HeaderClassName
{
color: #B55CEC;
}
.AnyTagClassName
{
color: #B55CEC;
}
</style>
background-color css
<style>
a { background-color: #B55CEC; }
a { background-color: rgb(181,92,236); }
div.DivClassName
{
background-color: #B55CEC;
}
.BgClassName
{
background-color: #B55CEC;
}
</style>
border-color css
<style>
span { border-color: #B55CEC; }
span { border-color: rgb(181,92,236); }
td.TdClassName
{
border-color: #B55CEC;
}
.TagClassName
{
border-color: #B55CEC;
}
</style>