Shades of Medium Orchid #BB34D0
Tints of Medium Orchid #BB34D0
RGB
CMYK
RGB Variations
Color information
#BB34D0 (or 0xBB34D0) is known color: Medium Orchid. HEX triplet: BB, 34 and D0. RGB value is (187,52,208). Sum of RGB (Red+Green+Blue) = 187+52+208=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 52 (20.70% from 255 or 11.63% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB34D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB34D0 is #44CB2F. Grayscale: #6D6D6D. Windows color (decimal): -4508464 or 13644987. OLE color: 13644987.
HSL color Cylindrical-coordinate representation of color #BB34D0: hue angle of 291.92º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB34D0 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 52 | 208 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.18 |
| HSL | 291.92º | 0.62% | 0.51% | - |
| HSV(B) | 291.92º | 0.75% | 0.82% | - |
| XYZ | 33.11 | 17.57 | 61.32 | - |
| YUV | 110.15 | 183.23 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 208 | 0.10 | 0.75 | 0 | 0.18 | 291.92 | 0.62 | 0.51 |
| Hex | BB | 34 | D0 | A | 4B | 0 | 12 | 124 | 3E | 33 |
| Octal | 273 | 64 | 320 | 12 | 113 | 0 | 22 | 444 | 76 | 63 |
| Binary | 10111011 | 110100 | 11010000 | 1010 | 1001011 | 0 | 10010 | 100100100 | 111110 | 110011 |
Color Harmonies of #BB34D0
Complementary color
Monochromatic Colors of #BB34D0
Black with #BB34D0
Text Example
Text Example
White with #BB34D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB34D0; }
p { color: rgb(187,52,208); }
H1.HeaderClassName
{
color: #BB34D0;
}
.AnyTagClassName
{
color: #BB34D0;
}
</style>
background-color css
<style>
a { background-color: #BB34D0; }
a { background-color: rgb(187,52,208); }
div.DivClassName
{
background-color: #BB34D0;
}
.BgClassName
{
background-color: #BB34D0;
}
</style>
border-color css
<style>
span { border-color: #BB34D0; }
span { border-color: rgb(187,52,208); }
td.TdClassName
{
border-color: #BB34D0;
}
.TagClassName
{
border-color: #BB34D0;
}
</style>