Shades of Medium Orchid #BB34D6
Tints of Medium Orchid #BB34D6
RGB
CMYK
RGB Variations
Color information
#BB34D6 (or 0xBB34D6) is known color: Medium Orchid. HEX triplet: BB, 34 and D6. RGB value is (187,52,214). Sum of RGB (Red+Green+Blue) = 187+52+214=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB34D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB34D6 is #44CB29. Grayscale: #6E6E6E. Windows color (decimal): -4508458 or 14038203. OLE color: 14038203.
HSL color Cylindrical-coordinate representation of color #BB34D6: hue angle of 290º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB34D6 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 52 | 214 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.16 |
| HSL | 290º | 0.66% | 0.52% | - |
| HSV(B) | 290º | 0.76% | 0.84% | - |
| XYZ | 33.86 | 17.88 | 65.28 | - |
| YUV | 110.83 | 186.23 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 214 | 0.13 | 0.76 | 0 | 0.16 | 290 | 0.66 | 0.52 |
| Hex | BB | 34 | D6 | D | 4C | 0 | 10 | 122 | 42 | 34 |
| Octal | 273 | 64 | 326 | 15 | 114 | 0 | 20 | 442 | 102 | 64 |
| Binary | 10111011 | 110100 | 11010110 | 1101 | 1001100 | 0 | 10000 | 100100010 | 1000010 | 110100 |
Color Harmonies of #BB34D6
Complementary color
Monochromatic Colors of #BB34D6
Black with #BB34D6
Text Example
Text Example
White with #BB34D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB34D6; }
p { color: rgb(187,52,214); }
H1.HeaderClassName
{
color: #BB34D6;
}
.AnyTagClassName
{
color: #BB34D6;
}
</style>
background-color css
<style>
a { background-color: #BB34D6; }
a { background-color: rgb(187,52,214); }
div.DivClassName
{
background-color: #BB34D6;
}
.BgClassName
{
background-color: #BB34D6;
}
</style>
border-color css
<style>
span { border-color: #BB34D6; }
span { border-color: rgb(187,52,214); }
td.TdClassName
{
border-color: #BB34D6;
}
.TagClassName
{
border-color: #BB34D6;
}
</style>