Shades of Medium Orchid #BB4DFB
Tints of Medium Orchid #BB4DFB
RGB
CMYK
RGB Variations
Color information
#BB4DFB (or 0xBB4DFB) is known color: Medium Orchid. HEX triplet: BB, 4D and FB. RGB value is (187,77,251). Sum of RGB (Red+Green+Blue) = 187+77+251=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 77 (30.47% from 255 or 14.95% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB4DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4DFB is #44B204. Grayscale: #818181. Windows color (decimal): -4502021 or 16469435. OLE color: 16469435.
HSL color Cylindrical-coordinate representation of color #BB4DFB: hue angle of 277.93º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB4DFB is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 77 | 251 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.02 |
| HSL | 277.93º | 0.96% | 0.64% | - |
| HSV(B) | 277.93º | 0.69% | 0.98% | - |
| XYZ | 40.56 | 22.84 | 93.54 | - |
| YUV | 129.73 | 196.44 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 251 | 0.25 | 0.69 | 0 | 0.02 | 277.93 | 0.96 | 0.64 |
| Hex | BB | 4D | FB | 19 | 45 | 0 | 2 | 116 | 60 | 40 |
| Octal | 273 | 115 | 373 | 31 | 105 | 0 | 2 | 426 | 140 | 100 |
| Binary | 10111011 | 1001101 | 11111011 | 11001 | 1000101 | 0 | 10 | 100010110 | 1100000 | 1000000 |
Color Harmonies of #BB4DFB
Complementary color
Monochromatic Colors of #BB4DFB
Black with #BB4DFB
Text Example
Text Example
White with #BB4DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4DFB; }
p { color: rgb(187,77,251); }
H1.HeaderClassName
{
color: #BB4DFB;
}
.AnyTagClassName
{
color: #BB4DFB;
}
</style>
background-color css
<style>
a { background-color: #BB4DFB; }
a { background-color: rgb(187,77,251); }
div.DivClassName
{
background-color: #BB4DFB;
}
.BgClassName
{
background-color: #BB4DFB;
}
</style>
border-color css
<style>
span { border-color: #BB4DFB; }
span { border-color: rgb(187,77,251); }
td.TdClassName
{
border-color: #BB4DFB;
}
.TagClassName
{
border-color: #BB4DFB;
}
</style>