Shades of Medium Orchid #BB3BDB
Tints of Medium Orchid #BB3BDB
RGB
CMYK
RGB Variations
Color information
#BB3BDB (or 0xBB3BDB) is known color: Medium Orchid. HEX triplet: BB, 3B and DB. RGB value is (187,59,219). Sum of RGB (Red+Green+Blue) = 187+59+219=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB3BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3BDB is #44C424. Grayscale: #737373. Windows color (decimal): -4506661 or 14367675. OLE color: 14367675.
HSL color Cylindrical-coordinate representation of color #BB3BDB: hue angle of 288º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3BDB is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 59 | 219 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.14 |
| HSL | 288º | 0.69% | 0.55% | - |
| HSV(B) | 288º | 0.73% | 0.86% | - |
| XYZ | 34.84 | 18.81 | 68.81 | - |
| YUV | 115.51 | 186.41 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 59 | 219 | 0.15 | 0.73 | 0 | 0.14 | 288 | 0.69 | 0.55 |
| Hex | BB | 3B | DB | F | 49 | 0 | E | 120 | 45 | 37 |
| Octal | 273 | 73 | 333 | 17 | 111 | 0 | 16 | 440 | 105 | 67 |
| Binary | 10111011 | 111011 | 11011011 | 1111 | 1001001 | 0 | 1110 | 100100000 | 1000101 | 110111 |
Color Harmonies of #BB3BDB
Complementary color
Monochromatic Colors of #BB3BDB
Black with #BB3BDB
Text Example
Text Example
White with #BB3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3BDB; }
p { color: rgb(187,59,219); }
H1.HeaderClassName
{
color: #BB3BDB;
}
.AnyTagClassName
{
color: #BB3BDB;
}
</style>
background-color css
<style>
a { background-color: #BB3BDB; }
a { background-color: rgb(187,59,219); }
div.DivClassName
{
background-color: #BB3BDB;
}
.BgClassName
{
background-color: #BB3BDB;
}
</style>
border-color css
<style>
span { border-color: #BB3BDB; }
span { border-color: rgb(187,59,219); }
td.TdClassName
{
border-color: #BB3BDB;
}
.TagClassName
{
border-color: #BB3BDB;
}
</style>