Shades of Medium Orchid #BB30DC
Tints of Medium Orchid #BB30DC
RGB
CMYK
RGB Variations
Color information
#BB30DC (or 0xBB30DC) is known color: Medium Orchid. HEX triplet: BB, 30 and DC. RGB value is (187,48,220). Sum of RGB (Red+Green+Blue) = 187+48+220=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 48 (19.14% from 255 or 10.55% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB30DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB30DC is #44CF23. Grayscale: #6C6C6C. Windows color (decimal): -4509476 or 14430395. OLE color: 14430395.
HSL color Cylindrical-coordinate representation of color #BB30DC: hue angle of 288.49º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB30DC is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 48 | 220 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.14 |
| HSL | 288.49º | 0.71% | 0.53% | - |
| HSV(B) | 288.49º | 0.78% | 0.86% | - |
| XYZ | 34.47 | 17.85 | 69.34 | - |
| YUV | 109.17 | 190.55 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 220 | 0.15 | 0.78 | 0 | 0.14 | 288.49 | 0.71 | 0.53 |
| Hex | BB | 30 | DC | F | 4E | 0 | E | 120 | 47 | 35 |
| Octal | 273 | 60 | 334 | 17 | 116 | 0 | 16 | 440 | 107 | 65 |
| Binary | 10111011 | 110000 | 11011100 | 1111 | 1001110 | 0 | 1110 | 100100000 | 1000111 | 110101 |
Color Harmonies of #BB30DC
Complementary color
Monochromatic Colors of #BB30DC
Black with #BB30DC
Text Example
Text Example
White with #BB30DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB30DC; }
p { color: rgb(187,48,220); }
H1.HeaderClassName
{
color: #BB30DC;
}
.AnyTagClassName
{
color: #BB30DC;
}
</style>
background-color css
<style>
a { background-color: #BB30DC; }
a { background-color: rgb(187,48,220); }
div.DivClassName
{
background-color: #BB30DC;
}
.BgClassName
{
background-color: #BB30DC;
}
</style>
border-color css
<style>
span { border-color: #BB30DC; }
span { border-color: rgb(187,48,220); }
td.TdClassName
{
border-color: #BB30DC;
}
.TagClassName
{
border-color: #BB30DC;
}
</style>