Shades of Medium Orchid #BB6ADB
Tints of Medium Orchid #BB6ADB
RGB
CMYK
RGB Variations
Color information
#BB6ADB (or 0xBB6ADB) is known color: Medium Orchid. HEX triplet: BB, 6A and DB. RGB value is (187,106,219). Sum of RGB (Red+Green+Blue) = 187+106+219=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB6ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6ADB is #449524. Grayscale: #8E8E8E. Windows color (decimal): -4494629 or 14379707. OLE color: 14379707.
HSL color Cylindrical-coordinate representation of color #BB6ADB: hue angle of 283.01º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB6ADB is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 106 | 219 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.14 |
| HSL | 283.01º | 0.61% | 0.64% | - |
| HSV(B) | 283.01º | 0.52% | 0.86% | - |
| XYZ | 38.43 | 25.99 | 70.01 | - |
| YUV | 143.1 | 170.84 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 106 | 219 | 0.15 | 0.52 | 0 | 0.14 | 283.01 | 0.61 | 0.64 |
| Hex | BB | 6A | DB | F | 34 | 0 | E | 11B | 3D | 40 |
| Octal | 273 | 152 | 333 | 17 | 64 | 0 | 16 | 433 | 75 | 100 |
| Binary | 10111011 | 1101010 | 11011011 | 1111 | 110100 | 0 | 1110 | 100011011 | 111101 | 1000000 |
Color Harmonies of #BB6ADB
Complementary color
Monochromatic Colors of #BB6ADB
Black with #BB6ADB
Text Example
Text Example
White with #BB6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6ADB; }
p { color: rgb(187,106,219); }
H1.HeaderClassName
{
color: #BB6ADB;
}
.AnyTagClassName
{
color: #BB6ADB;
}
</style>
background-color css
<style>
a { background-color: #BB6ADB; }
a { background-color: rgb(187,106,219); }
div.DivClassName
{
background-color: #BB6ADB;
}
.BgClassName
{
background-color: #BB6ADB;
}
</style>
border-color css
<style>
span { border-color: #BB6ADB; }
span { border-color: rgb(187,106,219); }
td.TdClassName
{
border-color: #BB6ADB;
}
.TagClassName
{
border-color: #BB6ADB;
}
</style>