Shades of Medium Orchid #BB39D5
Tints of Medium Orchid #BB39D5
RGB
CMYK
RGB Variations
Color information
#BB39D5 (or 0xBB39D5) is known color: Medium Orchid. HEX triplet: BB, 39 and D5. RGB value is (187,57,213). Sum of RGB (Red+Green+Blue) = 187+57+213=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 57 (22.66% from 255 or 12.47% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB39D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB39D5 is #44C62A. Grayscale: #717171. Windows color (decimal): -4507179 or 13973947. OLE color: 13973947.
HSL color Cylindrical-coordinate representation of color #BB39D5: hue angle of 290º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB39D5 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 57 | 213 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.16 |
| HSL | 290º | 0.65% | 0.53% | - |
| HSV(B) | 290º | 0.73% | 0.84% | - |
| XYZ | 33.97 | 18.3 | 64.69 | - |
| YUV | 113.65 | 184.07 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 57 | 213 | 0.12 | 0.73 | 0 | 0.16 | 290 | 0.65 | 0.53 |
| Hex | BB | 39 | D5 | C | 49 | 0 | 10 | 122 | 41 | 35 |
| Octal | 273 | 71 | 325 | 14 | 111 | 0 | 20 | 442 | 101 | 65 |
| Binary | 10111011 | 111001 | 11010101 | 1100 | 1001001 | 0 | 10000 | 100100010 | 1000001 | 110101 |
Color Harmonies of #BB39D5
Complementary color
Monochromatic Colors of #BB39D5
Black with #BB39D5
Text Example
Text Example
White with #BB39D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB39D5; }
p { color: rgb(187,57,213); }
H1.HeaderClassName
{
color: #BB39D5;
}
.AnyTagClassName
{
color: #BB39D5;
}
</style>
background-color css
<style>
a { background-color: #BB39D5; }
a { background-color: rgb(187,57,213); }
div.DivClassName
{
background-color: #BB39D5;
}
.BgClassName
{
background-color: #BB39D5;
}
</style>
border-color css
<style>
span { border-color: #BB39D5; }
span { border-color: rgb(187,57,213); }
td.TdClassName
{
border-color: #BB39D5;
}
.TagClassName
{
border-color: #BB39D5;
}
</style>