Shades of Medium Orchid #BB5ADB
Tints of Medium Orchid #BB5ADB
RGB
CMYK
RGB Variations
Color information
#BB5ADB (or 0xBB5ADB) is known color: Medium Orchid. HEX triplet: BB, 5A and DB. RGB value is (187,90,219). Sum of RGB (Red+Green+Blue) = 187+90+219=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB5ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5ADB is #44A524. Grayscale: #858585. Windows color (decimal): -4498725 or 14375611. OLE color: 14375611.
HSL color Cylindrical-coordinate representation of color #BB5ADB: hue angle of 285.12º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB5ADB is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 90 | 219 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.14 |
| HSL | 285.12º | 0.64% | 0.61% | - |
| HSV(B) | 285.12º | 0.59% | 0.86% | - |
| XYZ | 36.94 | 22.99 | 69.51 | - |
| YUV | 133.71 | 176.14 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 90 | 219 | 0.15 | 0.59 | 0 | 0.14 | 285.12 | 0.64 | 0.61 |
| Hex | BB | 5A | DB | F | 3B | 0 | E | 11D | 40 | 3D |
| Octal | 273 | 132 | 333 | 17 | 73 | 0 | 16 | 435 | 100 | 75 |
| Binary | 10111011 | 1011010 | 11011011 | 1111 | 111011 | 0 | 1110 | 100011101 | 1000000 | 111101 |
Color Harmonies of #BB5ADB
Complementary color
Monochromatic Colors of #BB5ADB
Black with #BB5ADB
Text Example
Text Example
White with #BB5ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5ADB; }
p { color: rgb(187,90,219); }
H1.HeaderClassName
{
color: #BB5ADB;
}
.AnyTagClassName
{
color: #BB5ADB;
}
</style>
background-color css
<style>
a { background-color: #BB5ADB; }
a { background-color: rgb(187,90,219); }
div.DivClassName
{
background-color: #BB5ADB;
}
.BgClassName
{
background-color: #BB5ADB;
}
</style>
border-color css
<style>
span { border-color: #BB5ADB; }
span { border-color: rgb(187,90,219); }
td.TdClassName
{
border-color: #BB5ADB;
}
.TagClassName
{
border-color: #BB5ADB;
}
</style>