Shades of Medium Orchid #BB39D0
Tints of Medium Orchid #BB39D0
RGB
CMYK
RGB Variations
Color information
#BB39D0 (or 0xBB39D0) is known color: Medium Orchid. HEX triplet: BB, 39 and D0. RGB value is (187,57,208). Sum of RGB (Red+Green+Blue) = 187+57+208=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB39D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB39D0 is #44C62F. Grayscale: #707070. Windows color (decimal): -4507184 or 13646267. OLE color: 13646267.
HSL color Cylindrical-coordinate representation of color #BB39D0: hue angle of 291.66º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB39D0 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 57 | 208 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.18 |
| HSL | 291.66º | 0.62% | 0.52% | - |
| HSV(B) | 291.66º | 0.73% | 0.82% | - |
| XYZ | 33.34 | 18.05 | 61.4 | - |
| YUV | 113.08 | 181.57 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 208 | 0.10 | 0.73 | 0 | 0.18 | 291.66 | 0.62 | 0.52 |
| Hex | BB | 39 | D0 | A | 49 | 0 | 12 | 124 | 3E | 34 |
| Octal | 273 | 71 | 320 | 12 | 111 | 0 | 22 | 444 | 76 | 64 |
| Binary | 10111011 | 111001 | 11010000 | 1010 | 1001001 | 0 | 10010 | 100100100 | 111110 | 110100 |
Color Harmonies of #BB39D0
Complementary color
Monochromatic Colors of #BB39D0
Black with #BB39D0
Text Example
Text Example
White with #BB39D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB39D0; }
p { color: rgb(187,57,208); }
H1.HeaderClassName
{
color: #BB39D0;
}
.AnyTagClassName
{
color: #BB39D0;
}
</style>
background-color css
<style>
a { background-color: #BB39D0; }
a { background-color: rgb(187,57,208); }
div.DivClassName
{
background-color: #BB39D0;
}
.BgClassName
{
background-color: #BB39D0;
}
</style>
border-color css
<style>
span { border-color: #BB39D0; }
span { border-color: rgb(187,57,208); }
td.TdClassName
{
border-color: #BB39D0;
}
.TagClassName
{
border-color: #BB39D0;
}
</style>