Shades of Medium Orchid #BB34D9
Tints of Medium Orchid #BB34D9
RGB
CMYK
RGB Variations
Color information
#BB34D9 (or 0xBB34D9) is known color: Medium Orchid. HEX triplet: BB, 34 and D9. RGB value is (187,52,217). Sum of RGB (Red+Green+Blue) = 187+52+217=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB34D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB34D9 is #44CB26. Grayscale: #6E6E6E. Windows color (decimal): -4508455 or 14234811. OLE color: 14234811.
HSL color Cylindrical-coordinate representation of color #BB34D9: hue angle of 289.09º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB34D9 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 52 | 217 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.15 |
| HSL | 289.09º | 0.68% | 0.53% | - |
| HSV(B) | 289.09º | 0.76% | 0.85% | - |
| XYZ | 34.25 | 18.03 | 67.32 | - |
| YUV | 111.18 | 187.73 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 217 | 0.14 | 0.76 | 0 | 0.15 | 289.09 | 0.68 | 0.53 |
| Hex | BB | 34 | D9 | E | 4C | 0 | F | 121 | 44 | 35 |
| Octal | 273 | 64 | 331 | 16 | 114 | 0 | 17 | 441 | 104 | 65 |
| Binary | 10111011 | 110100 | 11011001 | 1110 | 1001100 | 0 | 1111 | 100100001 | 1000100 | 110101 |
Color Harmonies of #BB34D9
Complementary color
Monochromatic Colors of #BB34D9
Black with #BB34D9
Text Example
Text Example
White with #BB34D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB34D9; }
p { color: rgb(187,52,217); }
H1.HeaderClassName
{
color: #BB34D9;
}
.AnyTagClassName
{
color: #BB34D9;
}
</style>
background-color css
<style>
a { background-color: #BB34D9; }
a { background-color: rgb(187,52,217); }
div.DivClassName
{
background-color: #BB34D9;
}
.BgClassName
{
background-color: #BB34D9;
}
</style>
border-color css
<style>
span { border-color: #BB34D9; }
span { border-color: rgb(187,52,217); }
td.TdClassName
{
border-color: #BB34D9;
}
.TagClassName
{
border-color: #BB34D9;
}
</style>