Shades of Medium Orchid #BB34DD
Tints of Medium Orchid #BB34DD
RGB
CMYK
RGB Variations
Color information
#BB34DD (or 0xBB34DD) is known color: Medium Orchid. HEX triplet: BB, 34 and DD. RGB value is (187,52,221). Sum of RGB (Red+Green+Blue) = 187+52+221=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 52 (20.70% from 255 or 11.30% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB34DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB34DD is #44CB22. Grayscale: #6F6F6F. Windows color (decimal): -4508451 or 14496955. OLE color: 14496955.
HSL color Cylindrical-coordinate representation of color #BB34DD: hue angle of 287.93º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB34DD is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 52 | 221 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.13 |
| HSL | 287.93º | 0.71% | 0.54% | - |
| HSV(B) | 287.93º | 0.76% | 0.87% | - |
| XYZ | 34.77 | 18.24 | 70.09 | - |
| YUV | 111.63 | 189.73 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 221 | 0.15 | 0.76 | 0 | 0.13 | 287.93 | 0.71 | 0.54 |
| Hex | BB | 34 | DD | F | 4C | 0 | D | 120 | 47 | 36 |
| Octal | 273 | 64 | 335 | 17 | 114 | 0 | 15 | 440 | 107 | 66 |
| Binary | 10111011 | 110100 | 11011101 | 1111 | 1001100 | 0 | 1101 | 100100000 | 1000111 | 110110 |
Color Harmonies of #BB34DD
Complementary color
Monochromatic Colors of #BB34DD
Black with #BB34DD
Text Example
Text Example
White with #BB34DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB34DD; }
p { color: rgb(187,52,221); }
H1.HeaderClassName
{
color: #BB34DD;
}
.AnyTagClassName
{
color: #BB34DD;
}
</style>
background-color css
<style>
a { background-color: #BB34DD; }
a { background-color: rgb(187,52,221); }
div.DivClassName
{
background-color: #BB34DD;
}
.BgClassName
{
background-color: #BB34DD;
}
</style>
border-color css
<style>
span { border-color: #BB34DD; }
span { border-color: rgb(187,52,221); }
td.TdClassName
{
border-color: #BB34DD;
}
.TagClassName
{
border-color: #BB34DD;
}
</style>