Shades of Medium Orchid #B55EFB
Tints of Medium Orchid #B55EFB
RGB
CMYK
RGB Variations
Color information
#B55EFB (or 0xB55EFB) is known color: Medium Orchid. HEX triplet: B5, 5E and FB. RGB value is (181,94,251). Sum of RGB (Red+Green+Blue) = 181+94+251=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 94 (37.11% from 255 or 17.87% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #B55EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55EFB is #4AA104. Grayscale: #898989. Windows color (decimal): -4890885 or 16473781. OLE color: 16473781.
HSL color Cylindrical-coordinate representation of color #B55EFB: hue angle of 273.25º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B55EFB is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 94 | 251 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.02 |
| HSL | 273.25º | 0.95% | 0.68% | - |
| HSV(B) | 273.25º | 0.63% | 0.98% | - |
| XYZ | 40.47 | 24.79 | 93.92 | - |
| YUV | 137.91 | 191.82 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 251 | 0.28 | 0.63 | 0 | 0.02 | 273.25 | 0.95 | 0.68 |
| Hex | B5 | 5E | FB | 1C | 3F | 0 | 2 | 111 | 5F | 44 |
| Octal | 265 | 136 | 373 | 34 | 77 | 0 | 2 | 421 | 137 | 104 |
| Binary | 10110101 | 1011110 | 11111011 | 11100 | 111111 | 0 | 10 | 100010001 | 1011111 | 1000100 |
Color Harmonies of #B55EFB
Complementary color
Monochromatic Colors of #B55EFB
Black with #B55EFB
Text Example
Text Example
White with #B55EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55EFB; }
p { color: rgb(181,94,251); }
H1.HeaderClassName
{
color: #B55EFB;
}
.AnyTagClassName
{
color: #B55EFB;
}
</style>
background-color css
<style>
a { background-color: #B55EFB; }
a { background-color: rgb(181,94,251); }
div.DivClassName
{
background-color: #B55EFB;
}
.BgClassName
{
background-color: #B55EFB;
}
</style>
border-color css
<style>
span { border-color: #B55EFB; }
span { border-color: rgb(181,94,251); }
td.TdClassName
{
border-color: #B55EFB;
}
.TagClassName
{
border-color: #B55EFB;
}
</style>