Shades of Medium Orchid #BB3FDB
Tints of Medium Orchid #BB3FDB
RGB
CMYK
RGB Variations
Color information
#BB3FDB (or 0xBB3FDB) is known color: Medium Orchid. HEX triplet: BB, 3F and DB. RGB value is (187,63,219). Sum of RGB (Red+Green+Blue) = 187+63+219=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 63 (25% from 255 or 13.43% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB3FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3FDB is #44C024. Grayscale: #757575. Windows color (decimal): -4505637 or 14368699. OLE color: 14368699.
HSL color Cylindrical-coordinate representation of color #BB3FDB: hue angle of 287.69º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB3FDB is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 63 | 219 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.14 |
| HSL | 287.69º | 0.68% | 0.55% | - |
| HSV(B) | 287.69º | 0.71% | 0.86% | - |
| XYZ | 35.06 | 19.23 | 68.88 | - |
| YUV | 117.86 | 185.08 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 219 | 0.15 | 0.71 | 0 | 0.14 | 287.69 | 0.68 | 0.55 |
| Hex | BB | 3F | DB | F | 47 | 0 | E | 120 | 44 | 37 |
| Octal | 273 | 77 | 333 | 17 | 107 | 0 | 16 | 440 | 104 | 67 |
| Binary | 10111011 | 111111 | 11011011 | 1111 | 1000111 | 0 | 1110 | 100100000 | 1000100 | 110111 |
Color Harmonies of #BB3FDB
Complementary color
Monochromatic Colors of #BB3FDB
Black with #BB3FDB
Text Example
Text Example
White with #BB3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3FDB; }
p { color: rgb(187,63,219); }
H1.HeaderClassName
{
color: #BB3FDB;
}
.AnyTagClassName
{
color: #BB3FDB;
}
</style>
background-color css
<style>
a { background-color: #BB3FDB; }
a { background-color: rgb(187,63,219); }
div.DivClassName
{
background-color: #BB3FDB;
}
.BgClassName
{
background-color: #BB3FDB;
}
</style>
border-color css
<style>
span { border-color: #BB3FDB; }
span { border-color: rgb(187,63,219); }
td.TdClassName
{
border-color: #BB3FDB;
}
.TagClassName
{
border-color: #BB3FDB;
}
</style>