Shades of Medium Orchid #BB4DFC
Tints of Medium Orchid #BB4DFC
RGB
CMYK
RGB Variations
Color information
#BB4DFC (or 0xBB4DFC) is known color: Medium Orchid. HEX triplet: BB, 4D and FC. RGB value is (187,77,252). Sum of RGB (Red+Green+Blue) = 187+77+252=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 77 (30.47% from 255 or 14.92% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB4DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4DFC is #44B203. Grayscale: #818181. Windows color (decimal): -4502020 or 16534971. OLE color: 16534971.
HSL color Cylindrical-coordinate representation of color #BB4DFC: hue angle of 277.71º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB4DFC is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 77 | 252 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.01 |
| HSL | 277.71º | 0.97% | 0.65% | - |
| HSV(B) | 277.71º | 0.69% | 0.99% | - |
| XYZ | 40.72 | 22.9 | 94.37 | - |
| YUV | 129.84 | 196.94 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 252 | 0.26 | 0.69 | 0 | 0.01 | 277.71 | 0.97 | 0.65 |
| Hex | BB | 4D | FC | 1A | 45 | 0 | 1 | 116 | 61 | 41 |
| Octal | 273 | 115 | 374 | 32 | 105 | 0 | 1 | 426 | 141 | 101 |
| Binary | 10111011 | 1001101 | 11111100 | 11010 | 1000101 | 0 | 1 | 100010110 | 1100001 | 1000001 |
Color Harmonies of #BB4DFC
Complementary color
Monochromatic Colors of #BB4DFC
Black with #BB4DFC
Text Example
Text Example
White with #BB4DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4DFC; }
p { color: rgb(187,77,252); }
H1.HeaderClassName
{
color: #BB4DFC;
}
.AnyTagClassName
{
color: #BB4DFC;
}
</style>
background-color css
<style>
a { background-color: #BB4DFC; }
a { background-color: rgb(187,77,252); }
div.DivClassName
{
background-color: #BB4DFC;
}
.BgClassName
{
background-color: #BB4DFC;
}
</style>
border-color css
<style>
span { border-color: #BB4DFC; }
span { border-color: rgb(187,77,252); }
td.TdClassName
{
border-color: #BB4DFC;
}
.TagClassName
{
border-color: #BB4DFC;
}
</style>