Shades of Medium Orchid #B55AFC
Tints of Medium Orchid #B55AFC
RGB
CMYK
RGB Variations
Color information
#B55AFC (or 0xB55AFC) is known color: Medium Orchid. HEX triplet: B5, 5A and FC. RGB value is (181,90,252). Sum of RGB (Red+Green+Blue) = 181+90+252=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #B55AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55AFC is #4AA503. Grayscale: #878787. Windows color (decimal): -4891908 or 16538293. OLE color: 16538293.
HSL color Cylindrical-coordinate representation of color #B55AFC: hue angle of 273.7º 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 #B55AFC is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 90 | 252 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.01 |
| HSL | 273.7º | 0.96% | 0.67% | - |
| HSV(B) | 273.7º | 0.64% | 0.99% | - |
| XYZ | 40.28 | 24.16 | 94.64 | - |
| YUV | 135.68 | 193.65 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 90 | 252 | 0.28 | 0.64 | 0 | 0.01 | 273.7 | 0.96 | 0.67 |
| Hex | B5 | 5A | FC | 1C | 40 | 0 | 1 | 112 | 60 | 43 |
| Octal | 265 | 132 | 374 | 34 | 100 | 0 | 1 | 422 | 140 | 103 |
| Binary | 10110101 | 1011010 | 11111100 | 11100 | 1000000 | 0 | 1 | 100010010 | 1100000 | 1000011 |
Color Harmonies of #B55AFC
Complementary color
Monochromatic Colors of #B55AFC
Black with #B55AFC
Text Example
Text Example
White with #B55AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55AFC; }
p { color: rgb(181,90,252); }
H1.HeaderClassName
{
color: #B55AFC;
}
.AnyTagClassName
{
color: #B55AFC;
}
</style>
background-color css
<style>
a { background-color: #B55AFC; }
a { background-color: rgb(181,90,252); }
div.DivClassName
{
background-color: #B55AFC;
}
.BgClassName
{
background-color: #B55AFC;
}
</style>
border-color css
<style>
span { border-color: #B55AFC; }
span { border-color: rgb(181,90,252); }
td.TdClassName
{
border-color: #B55AFC;
}
.TagClassName
{
border-color: #B55AFC;
}
</style>