Shades of Medium Orchid #B55CF1
Tints of Medium Orchid #B55CF1
RGB
CMYK
RGB Variations
Color information
#B55CF1 (or 0xB55CF1) is known color: Medium Orchid. HEX triplet: B5, 5C and F1. RGB value is (181,92,241). Sum of RGB (Red+Green+Blue) = 181+92+241=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #B55CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55CF1 is #4AA30E. Grayscale: #878787. Windows color (decimal): -4891407 or 15817909. OLE color: 15817909.
HSL color Cylindrical-coordinate representation of color #B55CF1: hue angle of 275.84º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B55CF1 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 92 | 241 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.05 |
| HSL | 275.84º | 0.84% | 0.65% | - |
| HSV(B) | 275.84º | 0.62% | 0.95% | - |
| XYZ | 38.76 | 23.83 | 85.78 | - |
| YUV | 135.6 | 187.49 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 241 | 0.25 | 0.62 | 0 | 0.05 | 275.84 | 0.84 | 0.65 |
| Hex | B5 | 5C | F1 | 19 | 3E | 0 | 5 | 114 | 54 | 41 |
| Octal | 265 | 134 | 361 | 31 | 76 | 0 | 5 | 424 | 124 | 101 |
| Binary | 10110101 | 1011100 | 11110001 | 11001 | 111110 | 0 | 101 | 100010100 | 1010100 | 1000001 |
Color Harmonies of #B55CF1
Complementary color
Monochromatic Colors of #B55CF1
Black with #B55CF1
Text Example
Text Example
White with #B55CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55CF1; }
p { color: rgb(181,92,241); }
H1.HeaderClassName
{
color: #B55CF1;
}
.AnyTagClassName
{
color: #B55CF1;
}
</style>
background-color css
<style>
a { background-color: #B55CF1; }
a { background-color: rgb(181,92,241); }
div.DivClassName
{
background-color: #B55CF1;
}
.BgClassName
{
background-color: #B55CF1;
}
</style>
border-color css
<style>
span { border-color: #B55CF1; }
span { border-color: rgb(181,92,241); }
td.TdClassName
{
border-color: #B55CF1;
}
.TagClassName
{
border-color: #B55CF1;
}
</style>