Shades of Medium Orchid #BB59F9
Tints of Medium Orchid #BB59F9
RGB
CMYK
RGB Variations
Color information
#BB59F9 (or 0xBB59F9) is known color: Medium Orchid. HEX triplet: BB, 59 and F9. RGB value is (187,89,249). Sum of RGB (Red+Green+Blue) = 187+89+249=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 89 (35.16% from 255 or 16.95% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB59F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB59F9 is #44A606. Grayscale: #888888. Windows color (decimal): -4498951 or 16341435. OLE color: 16341435.
HSL color Cylindrical-coordinate representation of color #BB59F9: hue angle of 276.75º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB59F9 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 89 | 249 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.02 |
| HSL | 276.75º | 0.93% | 0.66% | - |
| HSV(B) | 276.75º | 0.64% | 0.98% | - |
| XYZ | 41.16 | 24.55 | 92.19 | - |
| YUV | 136.54 | 191.47 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 249 | 0.25 | 0.64 | 0 | 0.02 | 276.75 | 0.93 | 0.66 |
| Hex | BB | 59 | F9 | 19 | 40 | 0 | 2 | 115 | 5D | 42 |
| Octal | 273 | 131 | 371 | 31 | 100 | 0 | 2 | 425 | 135 | 102 |
| Binary | 10111011 | 1011001 | 11111001 | 11001 | 1000000 | 0 | 10 | 100010101 | 1011101 | 1000010 |
Color Harmonies of #BB59F9
Complementary color
Monochromatic Colors of #BB59F9
Black with #BB59F9
Text Example
Text Example
White with #BB59F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB59F9; }
p { color: rgb(187,89,249); }
H1.HeaderClassName
{
color: #BB59F9;
}
.AnyTagClassName
{
color: #BB59F9;
}
</style>
background-color css
<style>
a { background-color: #BB59F9; }
a { background-color: rgb(187,89,249); }
div.DivClassName
{
background-color: #BB59F9;
}
.BgClassName
{
background-color: #BB59F9;
}
</style>
border-color css
<style>
span { border-color: #BB59F9; }
span { border-color: rgb(187,89,249); }
td.TdClassName
{
border-color: #BB59F9;
}
.TagClassName
{
border-color: #BB59F9;
}
</style>