Shades of Medium Orchid #B55FFE
Tints of Medium Orchid #B55FFE
RGB
CMYK
RGB Variations
Color information
#B55FFE (or 0xB55FFE) is known color: Medium Orchid. HEX triplet: B5, 5F and FE. RGB value is (181,95,254). Sum of RGB (Red+Green+Blue) = 181+95+254=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #B55FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55FFE is #4AA001. Grayscale: #8A8A8A. Windows color (decimal): -4890626 or 16670645. OLE color: 16670645.
HSL color Cylindrical-coordinate representation of color #B55FFE: hue angle of 272.45º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B55FFE is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 95 | 254 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.00 |
| HSL | 272.45º | 0.99% | 0.68% | - |
| HSV(B) | 272.45º | 0.63% | 1% | - |
| XYZ | 41.04 | 25.16 | 96.46 | - |
| YUV | 138.84 | 192.99 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 95 | 254 | 0.29 | 0.63 | 0 | 0.00 | 272.45 | 0.99 | 0.68 |
| Hex | B5 | 5F | FE | 1D | 3F | 0 | 0 | 110 | 63 | 44 |
| Octal | 265 | 137 | 376 | 35 | 77 | 0 | 0 | 420 | 143 | 104 |
| Binary | 10110101 | 1011111 | 11111110 | 11101 | 111111 | 0 | 0 | 100010000 | 1100011 | 1000100 |
Color Harmonies of #B55FFE
Complementary color
Monochromatic Colors of #B55FFE
Black with #B55FFE
Text Example
Text Example
White with #B55FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55FFE; }
p { color: rgb(181,95,254); }
H1.HeaderClassName
{
color: #B55FFE;
}
.AnyTagClassName
{
color: #B55FFE;
}
</style>
background-color css
<style>
a { background-color: #B55FFE; }
a { background-color: rgb(181,95,254); }
div.DivClassName
{
background-color: #B55FFE;
}
.BgClassName
{
background-color: #B55FFE;
}
</style>
border-color css
<style>
span { border-color: #B55FFE; }
span { border-color: rgb(181,95,254); }
td.TdClassName
{
border-color: #B55FFE;
}
.TagClassName
{
border-color: #B55FFE;
}
</style>