Shades of Medium Orchid #BB50F1
Tints of Medium Orchid #BB50F1
RGB
CMYK
RGB Variations
Color information
#BB50F1 (or 0xBB50F1) is known color: Medium Orchid. HEX triplet: BB, 50 and F1. RGB value is (187,80,241). Sum of RGB (Red+Green+Blue) = 187+80+241=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB50F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB50F1 is #44AF0E. Grayscale: #818181. Windows color (decimal): -4501263 or 15814843. OLE color: 15814843.
HSL color Cylindrical-coordinate representation of color #BB50F1: hue angle of 279.88º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB50F1 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 80 | 241 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.05 |
| HSL | 279.88º | 0.85% | 0.63% | - |
| HSV(B) | 279.88º | 0.67% | 0.95% | - |
| XYZ | 39.24 | 22.65 | 85.52 | - |
| YUV | 130.35 | 190.45 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 241 | 0.22 | 0.67 | 0 | 0.05 | 279.88 | 0.85 | 0.63 |
| Hex | BB | 50 | F1 | 16 | 43 | 0 | 5 | 118 | 55 | 3F |
| Octal | 273 | 120 | 361 | 26 | 103 | 0 | 5 | 430 | 125 | 77 |
| Binary | 10111011 | 1010000 | 11110001 | 10110 | 1000011 | 0 | 101 | 100011000 | 1010101 | 111111 |
Color Harmonies of #BB50F1
Complementary color
Monochromatic Colors of #BB50F1
Black with #BB50F1
Text Example
Text Example
White with #BB50F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB50F1; }
p { color: rgb(187,80,241); }
H1.HeaderClassName
{
color: #BB50F1;
}
.AnyTagClassName
{
color: #BB50F1;
}
</style>
background-color css
<style>
a { background-color: #BB50F1; }
a { background-color: rgb(187,80,241); }
div.DivClassName
{
background-color: #BB50F1;
}
.BgClassName
{
background-color: #BB50F1;
}
</style>
border-color css
<style>
span { border-color: #BB50F1; }
span { border-color: rgb(187,80,241); }
td.TdClassName
{
border-color: #BB50F1;
}
.TagClassName
{
border-color: #BB50F1;
}
</style>