Shades of Medium Orchid #BB47FD
Tints of Medium Orchid #BB47FD
RGB
CMYK
RGB Variations
Color information
#BB47FD (or 0xBB47FD) is known color: Medium Orchid. HEX triplet: BB, 47 and FD. RGB value is (187,71,253). Sum of RGB (Red+Green+Blue) = 187+71+253=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 71 (28.12% from 255 or 13.89% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB47FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB47FD is #44B802. Grayscale: #7D7D7D. Windows color (decimal): -4503555 or 16598971. OLE color: 16598971.
HSL color Cylindrical-coordinate representation of color #BB47FD: hue angle of 278.24º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB47FD is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 71 | 253 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.01 |
| HSL | 278.24º | 0.98% | 0.64% | - |
| HSV(B) | 278.24º | 0.72% | 0.99% | - |
| XYZ | 40.48 | 22.16 | 95.07 | - |
| YUV | 126.43 | 199.43 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 253 | 0.26 | 0.72 | 0 | 0.01 | 278.24 | 0.98 | 0.64 |
| Hex | BB | 47 | FD | 1A | 48 | 0 | 1 | 116 | 62 | 40 |
| Octal | 273 | 107 | 375 | 32 | 110 | 0 | 1 | 426 | 142 | 100 |
| Binary | 10111011 | 1000111 | 11111101 | 11010 | 1001000 | 0 | 1 | 100010110 | 1100010 | 1000000 |
Color Harmonies of #BB47FD
Complementary color
Monochromatic Colors of #BB47FD
Black with #BB47FD
Text Example
Text Example
White with #BB47FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB47FD; }
p { color: rgb(187,71,253); }
H1.HeaderClassName
{
color: #BB47FD;
}
.AnyTagClassName
{
color: #BB47FD;
}
</style>
background-color css
<style>
a { background-color: #BB47FD; }
a { background-color: rgb(187,71,253); }
div.DivClassName
{
background-color: #BB47FD;
}
.BgClassName
{
background-color: #BB47FD;
}
</style>
border-color css
<style>
span { border-color: #BB47FD; }
span { border-color: rgb(187,71,253); }
td.TdClassName
{
border-color: #BB47FD;
}
.TagClassName
{
border-color: #BB47FD;
}
</style>