Shades of Medium Orchid #BB3ADD
Tints of Medium Orchid #BB3ADD
RGB
CMYK
RGB Variations
Color information
#BB3ADD (or 0xBB3ADD) is known color: Medium Orchid. HEX triplet: BB, 3A and DD. RGB value is (187,58,221). Sum of RGB (Red+Green+Blue) = 187+58+221=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 58 (23.05% from 255 or 12.45% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB3ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3ADD is #44C522. Grayscale: #727272. Windows color (decimal): -4506915 or 14498491. OLE color: 14498491.
HSL color Cylindrical-coordinate representation of color #BB3ADD: hue angle of 287.48º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3ADD is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 58 | 221 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.13 |
| HSL | 287.48º | 0.71% | 0.55% | - |
| HSV(B) | 287.48º | 0.74% | 0.87% | - |
| XYZ | 35.06 | 18.81 | 70.19 | - |
| YUV | 115.15 | 187.74 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 58 | 221 | 0.15 | 0.74 | 0 | 0.13 | 287.48 | 0.71 | 0.55 |
| Hex | BB | 3A | DD | F | 4A | 0 | D | 11F | 47 | 37 |
| Octal | 273 | 72 | 335 | 17 | 112 | 0 | 15 | 437 | 107 | 67 |
| Binary | 10111011 | 111010 | 11011101 | 1111 | 1001010 | 0 | 1101 | 100011111 | 1000111 | 110111 |
Color Harmonies of #BB3ADD
Complementary color
Monochromatic Colors of #BB3ADD
Black with #BB3ADD
Text Example
Text Example
White with #BB3ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3ADD; }
p { color: rgb(187,58,221); }
H1.HeaderClassName
{
color: #BB3ADD;
}
.AnyTagClassName
{
color: #BB3ADD;
}
</style>
background-color css
<style>
a { background-color: #BB3ADD; }
a { background-color: rgb(187,58,221); }
div.DivClassName
{
background-color: #BB3ADD;
}
.BgClassName
{
background-color: #BB3ADD;
}
</style>
border-color css
<style>
span { border-color: #BB3ADD; }
span { border-color: rgb(187,58,221); }
td.TdClassName
{
border-color: #BB3ADD;
}
.TagClassName
{
border-color: #BB3ADD;
}
</style>