Shades of Medium Orchid #BB49FD
Tints of Medium Orchid #BB49FD
RGB
CMYK
RGB Variations
Color information
#BB49FD (or 0xBB49FD) is known color: Medium Orchid. HEX triplet: BB, 49 and FD. RGB value is (187,73,253). Sum of RGB (Red+Green+Blue) = 187+73+253=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 73 (28.91% from 255 or 14.23% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB49FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB49FD is #44B602. Grayscale: #7F7F7F. Windows color (decimal): -4503043 or 16599483. OLE color: 16599483.
HSL color Cylindrical-coordinate representation of color #BB49FD: hue angle of 278º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB49FD is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 73 | 253 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.01 |
| HSL | 278º | 0.98% | 0.64% | - |
| HSV(B) | 278º | 0.71% | 0.99% | - |
| XYZ | 40.61 | 22.42 | 95.12 | - |
| YUV | 127.61 | 198.77 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 253 | 0.26 | 0.71 | 0 | 0.01 | 278 | 0.98 | 0.64 |
| Hex | BB | 49 | FD | 1A | 47 | 0 | 1 | 116 | 62 | 40 |
| Octal | 273 | 111 | 375 | 32 | 107 | 0 | 1 | 426 | 142 | 100 |
| Binary | 10111011 | 1001001 | 11111101 | 11010 | 1000111 | 0 | 1 | 100010110 | 1100010 | 1000000 |
Color Harmonies of #BB49FD
Complementary color
Monochromatic Colors of #BB49FD
Black with #BB49FD
Text Example
Text Example
White with #BB49FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB49FD; }
p { color: rgb(187,73,253); }
H1.HeaderClassName
{
color: #BB49FD;
}
.AnyTagClassName
{
color: #BB49FD;
}
</style>
background-color css
<style>
a { background-color: #BB49FD; }
a { background-color: rgb(187,73,253); }
div.DivClassName
{
background-color: #BB49FD;
}
.BgClassName
{
background-color: #BB49FD;
}
</style>
border-color css
<style>
span { border-color: #BB49FD; }
span { border-color: rgb(187,73,253); }
td.TdClassName
{
border-color: #BB49FD;
}
.TagClassName
{
border-color: #BB49FD;
}
</style>