Shades of Medium Orchid #B555FE
Tints of Medium Orchid #B555FE
RGB
CMYK
RGB Variations
Color information
#B555FE (or 0xB555FE) is known color: Medium Orchid. HEX triplet: B5, 55 and FE. RGB value is (181,85,254). Sum of RGB (Red+Green+Blue) = 181+85+254=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #B555FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B555FE is #4AAA01. Grayscale: #848484. Windows color (decimal): -4893186 or 16668085. OLE color: 16668085.
HSL color Cylindrical-coordinate representation of color #B555FE: hue angle of 274.08º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B555FE is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 85 | 254 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.00 |
| HSL | 274.08º | 0.99% | 0.66% | - |
| HSV(B) | 274.08º | 0.67% | 1% | - |
| XYZ | 40.19 | 23.48 | 96.18 | - |
| YUV | 132.97 | 196.3 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 85 | 254 | 0.29 | 0.67 | 0 | 0.00 | 274.08 | 0.99 | 0.66 |
| Hex | B5 | 55 | FE | 1D | 43 | 0 | 0 | 112 | 63 | 42 |
| Octal | 265 | 125 | 376 | 35 | 103 | 0 | 0 | 422 | 143 | 102 |
| Binary | 10110101 | 1010101 | 11111110 | 11101 | 1000011 | 0 | 0 | 100010010 | 1100011 | 1000010 |
Color Harmonies of #B555FE
Complementary color
Monochromatic Colors of #B555FE
Black with #B555FE
Text Example
Text Example
White with #B555FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B555FE; }
p { color: rgb(181,85,254); }
H1.HeaderClassName
{
color: #B555FE;
}
.AnyTagClassName
{
color: #B555FE;
}
</style>
background-color css
<style>
a { background-color: #B555FE; }
a { background-color: rgb(181,85,254); }
div.DivClassName
{
background-color: #B555FE;
}
.BgClassName
{
background-color: #B555FE;
}
</style>
border-color css
<style>
span { border-color: #B555FE; }
span { border-color: rgb(181,85,254); }
td.TdClassName
{
border-color: #B555FE;
}
.TagClassName
{
border-color: #B555FE;
}
</style>