Shades of Medium Orchid #BB55F1
Tints of Medium Orchid #BB55F1
RGB
CMYK
RGB Variations
Color information
#BB55F1 (or 0xBB55F1) is known color: Medium Orchid. HEX triplet: BB, 55 and F1. RGB value is (187,85,241). Sum of RGB (Red+Green+Blue) = 187+85+241=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 85 (33.59% from 255 or 16.57% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB55F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB55F1 is #44AA0E. Grayscale: #848484. Windows color (decimal): -4499983 or 15816123. OLE color: 15816123.
HSL color Cylindrical-coordinate representation of color #BB55F1: hue angle of 279.23º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB55F1 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 85 | 241 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.05 |
| HSL | 279.23º | 0.85% | 0.64% | - |
| HSV(B) | 279.23º | 0.65% | 0.95% | - |
| XYZ | 39.62 | 23.41 | 85.65 | - |
| YUV | 133.28 | 188.79 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 241 | 0.22 | 0.65 | 0 | 0.05 | 279.23 | 0.85 | 0.64 |
| Hex | BB | 55 | F1 | 16 | 41 | 0 | 5 | 117 | 55 | 40 |
| Octal | 273 | 125 | 361 | 26 | 101 | 0 | 5 | 427 | 125 | 100 |
| Binary | 10111011 | 1010101 | 11110001 | 10110 | 1000001 | 0 | 101 | 100010111 | 1010101 | 1000000 |
Color Harmonies of #BB55F1
Complementary color
Monochromatic Colors of #BB55F1
Black with #BB55F1
Text Example
Text Example
White with #BB55F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB55F1; }
p { color: rgb(187,85,241); }
H1.HeaderClassName
{
color: #BB55F1;
}
.AnyTagClassName
{
color: #BB55F1;
}
</style>
background-color css
<style>
a { background-color: #BB55F1; }
a { background-color: rgb(187,85,241); }
div.DivClassName
{
background-color: #BB55F1;
}
.BgClassName
{
background-color: #BB55F1;
}
</style>
border-color css
<style>
span { border-color: #BB55F1; }
span { border-color: rgb(187,85,241); }
td.TdClassName
{
border-color: #BB55F1;
}
.TagClassName
{
border-color: #BB55F1;
}
</style>