Shades of Medium Orchid #BB3AD5
Tints of Medium Orchid #BB3AD5
RGB
CMYK
RGB Variations
Color information
#BB3AD5 (or 0xBB3AD5) is known color: Medium Orchid. HEX triplet: BB, 3A and D5. RGB value is (187,58,213). Sum of RGB (Red+Green+Blue) = 187+58+213=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB3AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3AD5 is #44C52A. Grayscale: #717171. Windows color (decimal): -4506923 or 13974203. OLE color: 13974203.
HSL color Cylindrical-coordinate representation of color #BB3AD5: hue angle of 289.94º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3AD5 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 58 | 213 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.16 |
| HSL | 289.94º | 0.65% | 0.53% | - |
| HSV(B) | 289.94º | 0.73% | 0.84% | - |
| XYZ | 34.02 | 18.4 | 64.71 | - |
| YUV | 114.24 | 183.74 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 58 | 213 | 0.12 | 0.73 | 0 | 0.16 | 289.94 | 0.65 | 0.53 |
| Hex | BB | 3A | D5 | C | 49 | 0 | 10 | 122 | 41 | 35 |
| Octal | 273 | 72 | 325 | 14 | 111 | 0 | 20 | 442 | 101 | 65 |
| Binary | 10111011 | 111010 | 11010101 | 1100 | 1001001 | 0 | 10000 | 100100010 | 1000001 | 110101 |
Color Harmonies of #BB3AD5
Complementary color
Monochromatic Colors of #BB3AD5
Black with #BB3AD5
Text Example
Text Example
White with #BB3AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3AD5; }
p { color: rgb(187,58,213); }
H1.HeaderClassName
{
color: #BB3AD5;
}
.AnyTagClassName
{
color: #BB3AD5;
}
</style>
background-color css
<style>
a { background-color: #BB3AD5; }
a { background-color: rgb(187,58,213); }
div.DivClassName
{
background-color: #BB3AD5;
}
.BgClassName
{
background-color: #BB3AD5;
}
</style>
border-color css
<style>
span { border-color: #BB3AD5; }
span { border-color: rgb(187,58,213); }
td.TdClassName
{
border-color: #BB3AD5;
}
.TagClassName
{
border-color: #BB3AD5;
}
</style>