Shades of Medium Orchid #BB50FF
Tints of Medium Orchid #BB50FF
RGB
CMYK
RGB Variations
Color information
#BB50FF (or 0xBB50FF) is known color: Medium Orchid. HEX triplet: BB, 50 and FF. RGB value is (187,80,255). Sum of RGB (Red+Green+Blue) = 187+80+255=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB50FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB50FF is #44AF00. Grayscale: #838383. Windows color (decimal): -4501249 or 16732347. OLE color: 16732347.
HSL color Cylindrical-coordinate representation of color #BB50FF: hue angle of 276.69º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB50FF is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 80 | 255 | - |
| CMYK | 0.27 | 0.69 | 0 | 0 |
| HSL | 276.69º | 1% | 0.66% | - |
| HSV(B) | 276.69º | 0.69% | 1% | - |
| XYZ | 41.41 | 23.52 | 96.97 | - |
| YUV | 131.94 | 197.45 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 255 | 0.27 | 0.69 | 0 | 0 | 276.69 | 1 | 0.66 |
| Hex | BB | 50 | FF | 1B | 45 | 0 | 0 | 115 | 64 | 42 |
| Octal | 273 | 120 | 377 | 33 | 105 | 0 | 0 | 425 | 144 | 102 |
| Binary | 10111011 | 1010000 | 11111111 | 11011 | 1000101 | 0 | 0 | 100010101 | 1100100 | 1000010 |
Color Harmonies of #BB50FF
Complementary color
Monochromatic Colors of #BB50FF
Black with #BB50FF
Text Example
Text Example
White with #BB50FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB50FF; }
p { color: rgb(187,80,255); }
H1.HeaderClassName
{
color: #BB50FF;
}
.AnyTagClassName
{
color: #BB50FF;
}
</style>
background-color css
<style>
a { background-color: #BB50FF; }
a { background-color: rgb(187,80,255); }
div.DivClassName
{
background-color: #BB50FF;
}
.BgClassName
{
background-color: #BB50FF;
}
</style>
border-color css
<style>
span { border-color: #BB50FF; }
span { border-color: rgb(187,80,255); }
td.TdClassName
{
border-color: #BB50FF;
}
.TagClassName
{
border-color: #BB50FF;
}
</style>