Shades of Medium Orchid #BB51FB
Tints of Medium Orchid #BB51FB
RGB
CMYK
RGB Variations
Color information
#BB51FB (or 0xBB51FB) is known color: Medium Orchid. HEX triplet: BB, 51 and FB. RGB value is (187,81,251). Sum of RGB (Red+Green+Blue) = 187+81+251=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 81 (32.03% from 255 or 15.61% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB51FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB51FB is #44AE04. Grayscale: #838383. Windows color (decimal): -4500997 or 16470459. OLE color: 16470459.
HSL color Cylindrical-coordinate representation of color #BB51FB: hue angle of 277.41º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB51FB is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 81 | 251 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.02 |
| HSL | 277.41º | 0.96% | 0.65% | - |
| HSV(B) | 277.41º | 0.68% | 0.98% | - |
| XYZ | 40.85 | 23.41 | 93.63 | - |
| YUV | 132.07 | 195.12 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 251 | 0.25 | 0.68 | 0 | 0.02 | 277.41 | 0.96 | 0.65 |
| Hex | BB | 51 | FB | 19 | 44 | 0 | 2 | 115 | 60 | 41 |
| Octal | 273 | 121 | 373 | 31 | 104 | 0 | 2 | 425 | 140 | 101 |
| Binary | 10111011 | 1010001 | 11111011 | 11001 | 1000100 | 0 | 10 | 100010101 | 1100000 | 1000001 |
Color Harmonies of #BB51FB
Complementary color
Monochromatic Colors of #BB51FB
Black with #BB51FB
Text Example
Text Example
White with #BB51FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB51FB; }
p { color: rgb(187,81,251); }
H1.HeaderClassName
{
color: #BB51FB;
}
.AnyTagClassName
{
color: #BB51FB;
}
</style>
background-color css
<style>
a { background-color: #BB51FB; }
a { background-color: rgb(187,81,251); }
div.DivClassName
{
background-color: #BB51FB;
}
.BgClassName
{
background-color: #BB51FB;
}
</style>
border-color css
<style>
span { border-color: #BB51FB; }
span { border-color: rgb(187,81,251); }
td.TdClassName
{
border-color: #BB51FB;
}
.TagClassName
{
border-color: #BB51FB;
}
</style>