Shades of Medium Orchid #BB40D6
Tints of Medium Orchid #BB40D6
RGB
CMYK
RGB Variations
Color information
#BB40D6 (or 0xBB40D6) is known color: Medium Orchid. HEX triplet: BB, 40 and D6. RGB value is (187,64,214). Sum of RGB (Red+Green+Blue) = 187+64+214=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB40D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB40D6 is #44BF29. Grayscale: #757575. Windows color (decimal): -4505386 or 14041275. OLE color: 14041275.
HSL color Cylindrical-coordinate representation of color #BB40D6: hue angle of 289.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB40D6 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 64 | 214 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.16 |
| HSL | 289.2º | 0.65% | 0.55% | - |
| HSV(B) | 289.2º | 0.7% | 0.84% | - |
| XYZ | 34.46 | 19.09 | 65.49 | - |
| YUV | 117.88 | 182.25 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 214 | 0.13 | 0.70 | 0 | 0.16 | 289.2 | 0.65 | 0.55 |
| Hex | BB | 40 | D6 | D | 46 | 0 | 10 | 121 | 41 | 37 |
| Octal | 273 | 100 | 326 | 15 | 106 | 0 | 20 | 441 | 101 | 67 |
| Binary | 10111011 | 1000000 | 11010110 | 1101 | 1000110 | 0 | 10000 | 100100001 | 1000001 | 110111 |
Color Harmonies of #BB40D6
Complementary color
Monochromatic Colors of #BB40D6
Black with #BB40D6
Text Example
Text Example
White with #BB40D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB40D6; }
p { color: rgb(187,64,214); }
H1.HeaderClassName
{
color: #BB40D6;
}
.AnyTagClassName
{
color: #BB40D6;
}
</style>
background-color css
<style>
a { background-color: #BB40D6; }
a { background-color: rgb(187,64,214); }
div.DivClassName
{
background-color: #BB40D6;
}
.BgClassName
{
background-color: #BB40D6;
}
</style>
border-color css
<style>
span { border-color: #BB40D6; }
span { border-color: rgb(187,64,214); }
td.TdClassName
{
border-color: #BB40D6;
}
.TagClassName
{
border-color: #BB40D6;
}
</style>