Shades of Medium Orchid #B555FF
Tints of Medium Orchid #B555FF
RGB
CMYK
RGB Variations
Color information
#B555FF (or 0xB555FF) is known color: Medium Orchid. HEX triplet: B5, 55 and FF. RGB value is (181,85,255). Sum of RGB (Red+Green+Blue) = 181+85+255=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #B555FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B555FF is #4AAA00. Grayscale: #848484. Windows color (decimal): -4893185 or 16733621. OLE color: 16733621.
HSL color Cylindrical-coordinate representation of color #B555FF: hue angle of 273.88º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B555FF is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 85 | 255 | - |
| CMYK | 0.29 | 0.67 | 0 | 0 |
| HSL | 273.88º | 1% | 0.67% | - |
| HSV(B) | 273.88º | 0.67% | 1% | - |
| XYZ | 40.35 | 23.54 | 97.02 | - |
| YUV | 133.08 | 196.8 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 85 | 255 | 0.29 | 0.67 | 0 | 0 | 273.88 | 1 | 0.67 |
| Hex | B5 | 55 | FF | 1D | 43 | 0 | 0 | 112 | 64 | 43 |
| Octal | 265 | 125 | 377 | 35 | 103 | 0 | 0 | 422 | 144 | 103 |
| Binary | 10110101 | 1010101 | 11111111 | 11101 | 1000011 | 0 | 0 | 100010010 | 1100100 | 1000011 |
Color Harmonies of #B555FF
Complementary color
Monochromatic Colors of #B555FF
Black with #B555FF
Text Example
Text Example
White with #B555FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B555FF; }
p { color: rgb(181,85,255); }
H1.HeaderClassName
{
color: #B555FF;
}
.AnyTagClassName
{
color: #B555FF;
}
</style>
background-color css
<style>
a { background-color: #B555FF; }
a { background-color: rgb(181,85,255); }
div.DivClassName
{
background-color: #B555FF;
}
.BgClassName
{
background-color: #B555FF;
}
</style>
border-color css
<style>
span { border-color: #B555FF; }
span { border-color: rgb(181,85,255); }
td.TdClassName
{
border-color: #B555FF;
}
.TagClassName
{
border-color: #B555FF;
}
</style>