Shades of Medium Orchid #BB4ADA
Tints of Medium Orchid #BB4ADA
RGB
CMYK
RGB Variations
Color information
#BB4ADA (or 0xBB4ADA) is known color: Medium Orchid. HEX triplet: BB, 4A and DA. RGB value is (187,74,218). Sum of RGB (Red+Green+Blue) = 187+74+218=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 74 (29.30% from 255 or 15.45% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB4ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4ADA is #44B525. Grayscale: #7B7B7B. Windows color (decimal): -4502822 or 14305979. OLE color: 14305979.
HSL color Cylindrical-coordinate representation of color #BB4ADA: hue angle of 287.08º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB4ADA is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 74 | 218 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.15 |
| HSL | 287.08º | 0.66% | 0.57% | - |
| HSV(B) | 287.08º | 0.66% | 0.85% | - |
| XYZ | 35.6 | 20.52 | 68.42 | - |
| YUV | 124.2 | 180.94 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 218 | 0.14 | 0.66 | 0 | 0.15 | 287.08 | 0.66 | 0.57 |
| Hex | BB | 4A | DA | E | 42 | 0 | F | 11F | 42 | 39 |
| Octal | 273 | 112 | 332 | 16 | 102 | 0 | 17 | 437 | 102 | 71 |
| Binary | 10111011 | 1001010 | 11011010 | 1110 | 1000010 | 0 | 1111 | 100011111 | 1000010 | 111001 |
Color Harmonies of #BB4ADA
Complementary color
Monochromatic Colors of #BB4ADA
Black with #BB4ADA
Text Example
Text Example
White with #BB4ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4ADA; }
p { color: rgb(187,74,218); }
H1.HeaderClassName
{
color: #BB4ADA;
}
.AnyTagClassName
{
color: #BB4ADA;
}
</style>
background-color css
<style>
a { background-color: #BB4ADA; }
a { background-color: rgb(187,74,218); }
div.DivClassName
{
background-color: #BB4ADA;
}
.BgClassName
{
background-color: #BB4ADA;
}
</style>
border-color css
<style>
span { border-color: #BB4ADA; }
span { border-color: rgb(187,74,218); }
td.TdClassName
{
border-color: #BB4ADA;
}
.TagClassName
{
border-color: #BB4ADA;
}
</style>