Shades of Medium Orchid #BB4ADB
Tints of Medium Orchid #BB4ADB
RGB
CMYK
RGB Variations
Color information
#BB4ADB (or 0xBB4ADB) is known color: Medium Orchid. HEX triplet: BB, 4A and DB. RGB value is (187,74,219). Sum of RGB (Red+Green+Blue) = 187+74+219=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 74 (29.30% from 255 or 15.42% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB4ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4ADB is #44B524. Grayscale: #7B7B7B. Windows color (decimal): -4502821 or 14371515. OLE color: 14371515.
HSL color Cylindrical-coordinate representation of color #BB4ADB: hue angle of 286.76º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB4ADB is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 74 | 219 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.14 |
| HSL | 286.76º | 0.67% | 0.57% | - |
| HSV(B) | 286.76º | 0.66% | 0.86% | - |
| XYZ | 35.73 | 20.58 | 69.11 | - |
| YUV | 124.32 | 181.44 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 219 | 0.15 | 0.66 | 0 | 0.14 | 286.76 | 0.67 | 0.57 |
| Hex | BB | 4A | DB | F | 42 | 0 | E | 11F | 43 | 39 |
| Octal | 273 | 112 | 333 | 17 | 102 | 0 | 16 | 437 | 103 | 71 |
| Binary | 10111011 | 1001010 | 11011011 | 1111 | 1000010 | 0 | 1110 | 100011111 | 1000011 | 111001 |
Color Harmonies of #BB4ADB
Complementary color
Monochromatic Colors of #BB4ADB
Black with #BB4ADB
Text Example
Text Example
White with #BB4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4ADB; }
p { color: rgb(187,74,219); }
H1.HeaderClassName
{
color: #BB4ADB;
}
.AnyTagClassName
{
color: #BB4ADB;
}
</style>
background-color css
<style>
a { background-color: #BB4ADB; }
a { background-color: rgb(187,74,219); }
div.DivClassName
{
background-color: #BB4ADB;
}
.BgClassName
{
background-color: #BB4ADB;
}
</style>
border-color css
<style>
span { border-color: #BB4ADB; }
span { border-color: rgb(187,74,219); }
td.TdClassName
{
border-color: #BB4ADB;
}
.TagClassName
{
border-color: #BB4ADB;
}
</style>