Shades of Medium Orchid #BB59FD
Tints of Medium Orchid #BB59FD
RGB
CMYK
RGB Variations
Color information
#BB59FD (or 0xBB59FD) is known color: Medium Orchid. HEX triplet: BB, 59 and FD. RGB value is (187,89,253). Sum of RGB (Red+Green+Blue) = 187+89+253=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 89 (35.16% from 255 or 16.82% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB59FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB59FD is #44A602. Grayscale: #888888. Windows color (decimal): -4498947 or 16603579. OLE color: 16603579.
HSL color Cylindrical-coordinate representation of color #BB59FD: hue angle of 275.85º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB59FD is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 89 | 253 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.01 |
| HSL | 275.85º | 0.98% | 0.67% | - |
| HSV(B) | 275.85º | 0.65% | 0.99% | - |
| XYZ | 41.8 | 24.8 | 95.51 | - |
| YUV | 137 | 193.47 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 253 | 0.26 | 0.65 | 0 | 0.01 | 275.85 | 0.98 | 0.67 |
| Hex | BB | 59 | FD | 1A | 41 | 0 | 1 | 114 | 62 | 43 |
| Octal | 273 | 131 | 375 | 32 | 101 | 0 | 1 | 424 | 142 | 103 |
| Binary | 10111011 | 1011001 | 11111101 | 11010 | 1000001 | 0 | 1 | 100010100 | 1100010 | 1000011 |
Color Harmonies of #BB59FD
Complementary color
Monochromatic Colors of #BB59FD
Black with #BB59FD
Text Example
Text Example
White with #BB59FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB59FD; }
p { color: rgb(187,89,253); }
H1.HeaderClassName
{
color: #BB59FD;
}
.AnyTagClassName
{
color: #BB59FD;
}
</style>
background-color css
<style>
a { background-color: #BB59FD; }
a { background-color: rgb(187,89,253); }
div.DivClassName
{
background-color: #BB59FD;
}
.BgClassName
{
background-color: #BB59FD;
}
</style>
border-color css
<style>
span { border-color: #BB59FD; }
span { border-color: rgb(187,89,253); }
td.TdClassName
{
border-color: #BB59FD;
}
.TagClassName
{
border-color: #BB59FD;
}
</style>