Shades of Medium Orchid #B55CFF
Tints of Medium Orchid #B55CFF
RGB
CMYK
RGB Variations
Color information
#B55CFF (or 0xB55CFF) is known color: Medium Orchid. HEX triplet: B5, 5C and FF. RGB value is (181,92,255). Sum of RGB (Red+Green+Blue) = 181+92+255=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 92 (36.33% from 255 or 17.42% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #B55CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55CFF is #4AA300. Grayscale: #888888. Windows color (decimal): -4891393 or 16735413. OLE color: 16735413.
HSL color Cylindrical-coordinate representation of color #B55CFF: hue angle of 272.76º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B55CFF is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 92 | 255 | - |
| CMYK | 0.29 | 0.64 | 0 | 0 |
| HSL | 272.76º | 1% | 0.68% | - |
| HSV(B) | 272.76º | 0.64% | 1% | - |
| XYZ | 40.93 | 24.7 | 97.22 | - |
| YUV | 137.19 | 194.49 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 255 | 0.29 | 0.64 | 0 | 0 | 272.76 | 1 | 0.68 |
| Hex | B5 | 5C | FF | 1D | 40 | 0 | 0 | 111 | 64 | 44 |
| Octal | 265 | 134 | 377 | 35 | 100 | 0 | 0 | 421 | 144 | 104 |
| Binary | 10110101 | 1011100 | 11111111 | 11101 | 1000000 | 0 | 0 | 100010001 | 1100100 | 1000100 |
Color Harmonies of #B55CFF
Complementary color
Monochromatic Colors of #B55CFF
Black with #B55CFF
Text Example
Text Example
White with #B55CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55CFF; }
p { color: rgb(181,92,255); }
H1.HeaderClassName
{
color: #B55CFF;
}
.AnyTagClassName
{
color: #B55CFF;
}
</style>
background-color css
<style>
a { background-color: #B55CFF; }
a { background-color: rgb(181,92,255); }
div.DivClassName
{
background-color: #B55CFF;
}
.BgClassName
{
background-color: #B55CFF;
}
</style>
border-color css
<style>
span { border-color: #B55CFF; }
span { border-color: rgb(181,92,255); }
td.TdClassName
{
border-color: #B55CFF;
}
.TagClassName
{
border-color: #B55CFF;
}
</style>