Shades of Medium Orchid #BB50F9
Tints of Medium Orchid #BB50F9
RGB
CMYK
RGB Variations
Color information
#BB50F9 (or 0xBB50F9) is known color: Medium Orchid. HEX triplet: BB, 50 and F9. RGB value is (187,80,249). Sum of RGB (Red+Green+Blue) = 187+80+249=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB50F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB50F9 is #44AF06. Grayscale: #828282. Windows color (decimal): -4501255 or 16339131. OLE color: 16339131.
HSL color Cylindrical-coordinate representation of color #BB50F9: hue angle of 277.99º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB50F9 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 80 | 249 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.02 |
| HSL | 277.99º | 0.93% | 0.65% | - |
| HSV(B) | 277.99º | 0.68% | 0.98% | - |
| XYZ | 40.46 | 23.14 | 91.96 | - |
| YUV | 131.26 | 194.45 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 249 | 0.25 | 0.68 | 0 | 0.02 | 277.99 | 0.93 | 0.65 |
| Hex | BB | 50 | F9 | 19 | 44 | 0 | 2 | 116 | 5D | 41 |
| Octal | 273 | 120 | 371 | 31 | 104 | 0 | 2 | 426 | 135 | 101 |
| Binary | 10111011 | 1010000 | 11111001 | 11001 | 1000100 | 0 | 10 | 100010110 | 1011101 | 1000001 |
Color Harmonies of #BB50F9
Complementary color
Monochromatic Colors of #BB50F9
Black with #BB50F9
Text Example
Text Example
White with #BB50F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB50F9; }
p { color: rgb(187,80,249); }
H1.HeaderClassName
{
color: #BB50F9;
}
.AnyTagClassName
{
color: #BB50F9;
}
</style>
background-color css
<style>
a { background-color: #BB50F9; }
a { background-color: rgb(187,80,249); }
div.DivClassName
{
background-color: #BB50F9;
}
.BgClassName
{
background-color: #BB50F9;
}
</style>
border-color css
<style>
span { border-color: #BB50F9; }
span { border-color: rgb(187,80,249); }
td.TdClassName
{
border-color: #BB50F9;
}
.TagClassName
{
border-color: #BB50F9;
}
</style>