Shades of Medium Orchid #BB30D5
Tints of Medium Orchid #BB30D5
RGB
CMYK
RGB Variations
Color information
#BB30D5 (or 0xBB30D5) is known color: Medium Orchid. HEX triplet: BB, 30 and D5. RGB value is (187,48,213). Sum of RGB (Red+Green+Blue) = 187+48+213=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB30D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB30D5 is #44CF2A. Grayscale: #6B6B6B. Windows color (decimal): -4509483 or 13971643. OLE color: 13971643.
HSL color Cylindrical-coordinate representation of color #BB30D5: hue angle of 290.55º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB30D5 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 48 | 213 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.16 |
| HSL | 290.55º | 0.66% | 0.51% | - |
| HSV(B) | 290.55º | 0.77% | 0.84% | - |
| XYZ | 33.56 | 17.48 | 64.56 | - |
| YUV | 108.37 | 187.05 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 213 | 0.12 | 0.77 | 0 | 0.16 | 290.55 | 0.66 | 0.51 |
| Hex | BB | 30 | D5 | C | 4D | 0 | 10 | 123 | 42 | 33 |
| Octal | 273 | 60 | 325 | 14 | 115 | 0 | 20 | 443 | 102 | 63 |
| Binary | 10111011 | 110000 | 11010101 | 1100 | 1001101 | 0 | 10000 | 100100011 | 1000010 | 110011 |
Color Harmonies of #BB30D5
Complementary color
Monochromatic Colors of #BB30D5
Black with #BB30D5
Text Example
Text Example
White with #BB30D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB30D5; }
p { color: rgb(187,48,213); }
H1.HeaderClassName
{
color: #BB30D5;
}
.AnyTagClassName
{
color: #BB30D5;
}
</style>
background-color css
<style>
a { background-color: #BB30D5; }
a { background-color: rgb(187,48,213); }
div.DivClassName
{
background-color: #BB30D5;
}
.BgClassName
{
background-color: #BB30D5;
}
</style>
border-color css
<style>
span { border-color: #BB30D5; }
span { border-color: rgb(187,48,213); }
td.TdClassName
{
border-color: #BB30D5;
}
.TagClassName
{
border-color: #BB30D5;
}
</style>