Shades of Medium Orchid #BB50DF
Tints of Medium Orchid #BB50DF
RGB
CMYK
RGB Variations
Color information
#BB50DF (or 0xBB50DF) is known color: Medium Orchid. HEX triplet: BB, 50 and DF. RGB value is (187,80,223). Sum of RGB (Red+Green+Blue) = 187+80+223=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB50DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB50DF is #44AF20. Grayscale: #7F7F7F. Windows color (decimal): -4501281 or 14635195. OLE color: 14635195.
HSL color Cylindrical-coordinate representation of color #BB50DF: hue angle of 284.9º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB50DF is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 80 | 223 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.13 |
| HSL | 284.9º | 0.69% | 0.59% | - |
| HSV(B) | 284.9º | 0.64% | 0.87% | - |
| XYZ | 36.68 | 21.63 | 72.05 | - |
| YUV | 128.3 | 181.45 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 223 | 0.16 | 0.64 | 0 | 0.13 | 284.9 | 0.69 | 0.59 |
| Hex | BB | 50 | DF | 10 | 40 | 0 | D | 11D | 45 | 3B |
| Octal | 273 | 120 | 337 | 20 | 100 | 0 | 15 | 435 | 105 | 73 |
| Binary | 10111011 | 1010000 | 11011111 | 10000 | 1000000 | 0 | 1101 | 100011101 | 1000101 | 111011 |
Color Harmonies of #BB50DF
Complementary color
Monochromatic Colors of #BB50DF
Black with #BB50DF
Text Example
Text Example
White with #BB50DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB50DF; }
p { color: rgb(187,80,223); }
H1.HeaderClassName
{
color: #BB50DF;
}
.AnyTagClassName
{
color: #BB50DF;
}
</style>
background-color css
<style>
a { background-color: #BB50DF; }
a { background-color: rgb(187,80,223); }
div.DivClassName
{
background-color: #BB50DF;
}
.BgClassName
{
background-color: #BB50DF;
}
</style>
border-color css
<style>
span { border-color: #BB50DF; }
span { border-color: rgb(187,80,223); }
td.TdClassName
{
border-color: #BB50DF;
}
.TagClassName
{
border-color: #BB50DF;
}
</style>