Shades of Medium Orchid #BB3DDB
Tints of Medium Orchid #BB3DDB
RGB
CMYK
RGB Variations
Color information
#BB3DDB (or 0xBB3DDB) is known color: Medium Orchid. HEX triplet: BB, 3D and DB. RGB value is (187,61,219). Sum of RGB (Red+Green+Blue) = 187+61+219=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 61 (24.22% from 255 or 13.06% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB3DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3DDB is #44C224. Grayscale: #747474. Windows color (decimal): -4506149 or 14368187. OLE color: 14368187.
HSL color Cylindrical-coordinate representation of color #BB3DDB: hue angle of 287.85º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3DDB is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 61 | 219 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.14 |
| HSL | 287.85º | 0.69% | 0.55% | - |
| HSV(B) | 287.85º | 0.72% | 0.86% | - |
| XYZ | 34.95 | 19.02 | 68.85 | - |
| YUV | 116.69 | 185.74 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 61 | 219 | 0.15 | 0.72 | 0 | 0.14 | 287.85 | 0.69 | 0.55 |
| Hex | BB | 3D | DB | F | 48 | 0 | E | 120 | 45 | 37 |
| Octal | 273 | 75 | 333 | 17 | 110 | 0 | 16 | 440 | 105 | 67 |
| Binary | 10111011 | 111101 | 11011011 | 1111 | 1001000 | 0 | 1110 | 100100000 | 1000101 | 110111 |
Color Harmonies of #BB3DDB
Complementary color
Monochromatic Colors of #BB3DDB
Black with #BB3DDB
Text Example
Text Example
White with #BB3DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3DDB; }
p { color: rgb(187,61,219); }
H1.HeaderClassName
{
color: #BB3DDB;
}
.AnyTagClassName
{
color: #BB3DDB;
}
</style>
background-color css
<style>
a { background-color: #BB3DDB; }
a { background-color: rgb(187,61,219); }
div.DivClassName
{
background-color: #BB3DDB;
}
.BgClassName
{
background-color: #BB3DDB;
}
</style>
border-color css
<style>
span { border-color: #BB3DDB; }
span { border-color: rgb(187,61,219); }
td.TdClassName
{
border-color: #BB3DDB;
}
.TagClassName
{
border-color: #BB3DDB;
}
</style>