Shades of Medium Orchid #BB50FE
Tints of Medium Orchid #BB50FE
RGB
CMYK
RGB Variations
Color information
#BB50FE (or 0xBB50FE) is known color: Medium Orchid. HEX triplet: BB, 50 and FE. RGB value is (187,80,254). Sum of RGB (Red+Green+Blue) = 187+80+254=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB50FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB50FE is #44AF01. Grayscale: #838383. Windows color (decimal): -4501250 or 16666811. OLE color: 16666811.
HSL color Cylindrical-coordinate representation of color #BB50FE: hue angle of 276.9º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB50FE is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 80 | 254 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.00 |
| HSL | 276.9º | 0.99% | 0.65% | - |
| HSV(B) | 276.9º | 0.69% | 1% | - |
| XYZ | 41.25 | 23.46 | 96.12 | - |
| YUV | 131.83 | 196.95 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 254 | 0.26 | 0.69 | 0 | 0.00 | 276.9 | 0.99 | 0.65 |
| Hex | BB | 50 | FE | 1A | 45 | 0 | 0 | 115 | 63 | 41 |
| Octal | 273 | 120 | 376 | 32 | 105 | 0 | 0 | 425 | 143 | 101 |
| Binary | 10111011 | 1010000 | 11111110 | 11010 | 1000101 | 0 | 0 | 100010101 | 1100011 | 1000001 |
Color Harmonies of #BB50FE
Complementary color
Monochromatic Colors of #BB50FE
Black with #BB50FE
Text Example
Text Example
White with #BB50FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB50FE; }
p { color: rgb(187,80,254); }
H1.HeaderClassName
{
color: #BB50FE;
}
.AnyTagClassName
{
color: #BB50FE;
}
</style>
background-color css
<style>
a { background-color: #BB50FE; }
a { background-color: rgb(187,80,254); }
div.DivClassName
{
background-color: #BB50FE;
}
.BgClassName
{
background-color: #BB50FE;
}
</style>
border-color css
<style>
span { border-color: #BB50FE; }
span { border-color: rgb(187,80,254); }
td.TdClassName
{
border-color: #BB50FE;
}
.TagClassName
{
border-color: #BB50FE;
}
</style>