Shades of Medium Orchid #BB40F6
Tints of Medium Orchid #BB40F6
RGB
CMYK
RGB Variations
Color information
#BB40F6 (or 0xBB40F6) is known color: Medium Orchid. HEX triplet: BB, 40 and F6. RGB value is (187,64,246). Sum of RGB (Red+Green+Blue) = 187+64+246=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 64 (25.39% from 255 or 12.88% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #BB40F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB40F6 is #44BF09. Grayscale: #787878. Windows color (decimal): -4505354 or 16138427. OLE color: 16138427.
HSL color Cylindrical-coordinate representation of color #BB40F6: hue angle of 280.55º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB40F6 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 64 | 246 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.04 |
| HSL | 280.55º | 0.91% | 0.61% | - |
| HSV(B) | 280.55º | 0.74% | 0.96% | - |
| XYZ | 38.96 | 20.89 | 89.17 | - |
| YUV | 121.53 | 198.25 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 246 | 0.24 | 0.74 | 0 | 0.04 | 280.55 | 0.91 | 0.61 |
| Hex | BB | 40 | F6 | 18 | 4A | 0 | 4 | 119 | 5B | 3D |
| Octal | 273 | 100 | 366 | 30 | 112 | 0 | 4 | 431 | 133 | 75 |
| Binary | 10111011 | 1000000 | 11110110 | 11000 | 1001010 | 0 | 100 | 100011001 | 1011011 | 111101 |
Color Harmonies of #BB40F6
Complementary color
Monochromatic Colors of #BB40F6
Black with #BB40F6
Text Example
Text Example
White with #BB40F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB40F6; }
p { color: rgb(187,64,246); }
H1.HeaderClassName
{
color: #BB40F6;
}
.AnyTagClassName
{
color: #BB40F6;
}
</style>
background-color css
<style>
a { background-color: #BB40F6; }
a { background-color: rgb(187,64,246); }
div.DivClassName
{
background-color: #BB40F6;
}
.BgClassName
{
background-color: #BB40F6;
}
</style>
border-color css
<style>
span { border-color: #BB40F6; }
span { border-color: rgb(187,64,246); }
td.TdClassName
{
border-color: #BB40F6;
}
.TagClassName
{
border-color: #BB40F6;
}
</style>