Shades of Medium Orchid #B55BFC
Tints of Medium Orchid #B55BFC
RGB
CMYK
RGB Variations
Color information
#B55BFC (or 0xB55BFC) is known color: Medium Orchid. HEX triplet: B5, 5B and FC. RGB value is (181,91,252). Sum of RGB (Red+Green+Blue) = 181+91+252=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 91 (35.94% from 255 or 17.37% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #B55BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55BFC is #4AA403. Grayscale: #878787. Windows color (decimal): -4891652 or 16538549. OLE color: 16538549.
HSL color Cylindrical-coordinate representation of color #B55BFC: hue angle of 273.54º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B55BFC is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 91 | 252 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.01 |
| HSL | 273.54º | 0.96% | 0.67% | - |
| HSV(B) | 273.54º | 0.64% | 0.99% | - |
| XYZ | 40.37 | 24.33 | 94.66 | - |
| YUV | 136.26 | 193.32 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 91 | 252 | 0.28 | 0.64 | 0 | 0.01 | 273.54 | 0.96 | 0.67 |
| Hex | B5 | 5B | FC | 1C | 40 | 0 | 1 | 112 | 60 | 43 |
| Octal | 265 | 133 | 374 | 34 | 100 | 0 | 1 | 422 | 140 | 103 |
| Binary | 10110101 | 1011011 | 11111100 | 11100 | 1000000 | 0 | 1 | 100010010 | 1100000 | 1000011 |
Color Harmonies of #B55BFC
Complementary color
Monochromatic Colors of #B55BFC
Black with #B55BFC
Text Example
Text Example
White with #B55BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55BFC; }
p { color: rgb(181,91,252); }
H1.HeaderClassName
{
color: #B55BFC;
}
.AnyTagClassName
{
color: #B55BFC;
}
</style>
background-color css
<style>
a { background-color: #B55BFC; }
a { background-color: rgb(181,91,252); }
div.DivClassName
{
background-color: #B55BFC;
}
.BgClassName
{
background-color: #B55BFC;
}
</style>
border-color css
<style>
span { border-color: #B55BFC; }
span { border-color: rgb(181,91,252); }
td.TdClassName
{
border-color: #B55BFC;
}
.TagClassName
{
border-color: #B55BFC;
}
</style>