Shades of Medium Orchid #BB3ADB
Tints of Medium Orchid #BB3ADB
RGB
CMYK
RGB Variations
Color information
#BB3ADB (or 0xBB3ADB) is known color: Medium Orchid. HEX triplet: BB, 3A and DB. RGB value is (187,58,219). Sum of RGB (Red+Green+Blue) = 187+58+219=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB3ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3ADB is #44C524. Grayscale: #727272. Windows color (decimal): -4506917 or 14367419. OLE color: 14367419.
HSL color Cylindrical-coordinate representation of color #BB3ADB: hue angle of 288.07º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3ADB is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 58 | 219 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.14 |
| HSL | 288.07º | 0.69% | 0.54% | - |
| HSV(B) | 288.07º | 0.74% | 0.86% | - |
| XYZ | 34.79 | 18.71 | 68.79 | - |
| YUV | 114.93 | 186.74 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 58 | 219 | 0.15 | 0.74 | 0 | 0.14 | 288.07 | 0.69 | 0.54 |
| Hex | BB | 3A | DB | F | 4A | 0 | E | 120 | 45 | 36 |
| Octal | 273 | 72 | 333 | 17 | 112 | 0 | 16 | 440 | 105 | 66 |
| Binary | 10111011 | 111010 | 11011011 | 1111 | 1001010 | 0 | 1110 | 100100000 | 1000101 | 110110 |
Color Harmonies of #BB3ADB
Complementary color
Monochromatic Colors of #BB3ADB
Black with #BB3ADB
Text Example
Text Example
White with #BB3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3ADB; }
p { color: rgb(187,58,219); }
H1.HeaderClassName
{
color: #BB3ADB;
}
.AnyTagClassName
{
color: #BB3ADB;
}
</style>
background-color css
<style>
a { background-color: #BB3ADB; }
a { background-color: rgb(187,58,219); }
div.DivClassName
{
background-color: #BB3ADB;
}
.BgClassName
{
background-color: #BB3ADB;
}
</style>
border-color css
<style>
span { border-color: #BB3ADB; }
span { border-color: rgb(187,58,219); }
td.TdClassName
{
border-color: #BB3ADB;
}
.TagClassName
{
border-color: #BB3ADB;
}
</style>