Shades of Medium Orchid #BB30D7
Tints of Medium Orchid #BB30D7
RGB
CMYK
RGB Variations
Color information
#BB30D7 (or 0xBB30D7) is known color: Medium Orchid. HEX triplet: BB, 30 and D7. RGB value is (187,48,215). Sum of RGB (Red+Green+Blue) = 187+48+215=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 48 (19.14% from 255 or 10.67% from 450); Blue value is 215 (84.38% from 255 or 47.78% from 450); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB30D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB30D7 is #44CF28. Grayscale: #6C6C6C. Windows color (decimal): -4509481 or 14102715. OLE color: 14102715.
HSL color Cylindrical-coordinate representation of color #BB30D7: hue angle of 289.94º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB30D7 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 48 | 215 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.16 |
| HSL | 289.94º | 0.68% | 0.52% | - |
| HSV(B) | 289.94º | 0.78% | 0.84% | - |
| XYZ | 33.82 | 17.59 | 65.9 | - |
| YUV | 108.6 | 188.05 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 215 | 0.13 | 0.78 | 0 | 0.16 | 289.94 | 0.68 | 0.52 |
| Hex | BB | 30 | D7 | D | 4E | 0 | 10 | 122 | 44 | 34 |
| Octal | 273 | 60 | 327 | 15 | 116 | 0 | 20 | 442 | 104 | 64 |
| Binary | 10111011 | 110000 | 11010111 | 1101 | 1001110 | 0 | 10000 | 100100010 | 1000100 | 110100 |
Color Harmonies of #BB30D7
Complementary color
Monochromatic Colors of #BB30D7
Black with #BB30D7
Text Example
Text Example
White with #BB30D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB30D7; }
p { color: rgb(187,48,215); }
H1.HeaderClassName
{
color: #BB30D7;
}
.AnyTagClassName
{
color: #BB30D7;
}
</style>
background-color css
<style>
a { background-color: #BB30D7; }
a { background-color: rgb(187,48,215); }
div.DivClassName
{
background-color: #BB30D7;
}
.BgClassName
{
background-color: #BB30D7;
}
</style>
border-color css
<style>
span { border-color: #BB30D7; }
span { border-color: rgb(187,48,215); }
td.TdClassName
{
border-color: #BB30D7;
}
.TagClassName
{
border-color: #BB30D7;
}
</style>