Shades of Medium Orchid #BB59F1
Tints of Medium Orchid #BB59F1
RGB
CMYK
RGB Variations
Color information
#BB59F1 (or 0xBB59F1) is known color: Medium Orchid. HEX triplet: BB, 59 and F1. RGB value is (187,89,241). Sum of RGB (Red+Green+Blue) = 187+89+241=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 89 (35.16% from 255 or 17.21% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB59F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB59F1 is #44A60E. Grayscale: #878787. Windows color (decimal): -4498959 or 15817147. OLE color: 15817147.
HSL color Cylindrical-coordinate representation of color #BB59F1: hue angle of 278.68º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB59F1 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 89 | 241 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.05 |
| HSL | 278.68º | 0.84% | 0.65% | - |
| HSV(B) | 278.68º | 0.63% | 0.95% | - |
| XYZ | 39.94 | 24.06 | 85.76 | - |
| YUV | 135.63 | 187.47 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 241 | 0.22 | 0.63 | 0 | 0.05 | 278.68 | 0.84 | 0.65 |
| Hex | BB | 59 | F1 | 16 | 3F | 0 | 5 | 117 | 54 | 41 |
| Octal | 273 | 131 | 361 | 26 | 77 | 0 | 5 | 427 | 124 | 101 |
| Binary | 10111011 | 1011001 | 11110001 | 10110 | 111111 | 0 | 101 | 100010111 | 1010100 | 1000001 |
Color Harmonies of #BB59F1
Complementary color
Monochromatic Colors of #BB59F1
Black with #BB59F1
Text Example
Text Example
White with #BB59F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB59F1; }
p { color: rgb(187,89,241); }
H1.HeaderClassName
{
color: #BB59F1;
}
.AnyTagClassName
{
color: #BB59F1;
}
</style>
background-color css
<style>
a { background-color: #BB59F1; }
a { background-color: rgb(187,89,241); }
div.DivClassName
{
background-color: #BB59F1;
}
.BgClassName
{
background-color: #BB59F1;
}
</style>
border-color css
<style>
span { border-color: #BB59F1; }
span { border-color: rgb(187,89,241); }
td.TdClassName
{
border-color: #BB59F1;
}
.TagClassName
{
border-color: #BB59F1;
}
</style>