Shades of Medium Orchid #BB30CD
Tints of Medium Orchid #BB30CD
RGB
CMYK
RGB Variations
Color information
#BB30CD (or 0xBB30CD) is known color: Medium Orchid. HEX triplet: BB, 30 and CD. RGB value is (187,48,205). Sum of RGB (Red+Green+Blue) = 187+48+205=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB30CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB30CD is #44CF32. Grayscale: #6A6A6A. Windows color (decimal): -4509491 or 13447355. OLE color: 13447355.
HSL color Cylindrical-coordinate representation of color #BB30CD: hue angle of 293.12º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB30CD is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 48 | 205 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.20 |
| HSL | 293.12º | 0.62% | 0.5% | - |
| HSV(B) | 293.12º | 0.77% | 0.8% | - |
| XYZ | 32.57 | 17.09 | 59.34 | - |
| YUV | 107.46 | 183.05 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 205 | 0.09 | 0.77 | 0 | 0.20 | 293.12 | 0.62 | 0.5 |
| Hex | BB | 30 | CD | 9 | 4D | 0 | 14 | 125 | 3E | 32 |
| Octal | 273 | 60 | 315 | 11 | 115 | 0 | 24 | 445 | 76 | 62 |
| Binary | 10111011 | 110000 | 11001101 | 1001 | 1001101 | 0 | 10100 | 100100101 | 111110 | 110010 |
Color Harmonies of #BB30CD
Complementary color
Monochromatic Colors of #BB30CD
Black with #BB30CD
Text Example
Text Example
White with #BB30CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB30CD; }
p { color: rgb(187,48,205); }
H1.HeaderClassName
{
color: #BB30CD;
}
.AnyTagClassName
{
color: #BB30CD;
}
</style>
background-color css
<style>
a { background-color: #BB30CD; }
a { background-color: rgb(187,48,205); }
div.DivClassName
{
background-color: #BB30CD;
}
.BgClassName
{
background-color: #BB30CD;
}
</style>
border-color css
<style>
span { border-color: #BB30CD; }
span { border-color: rgb(187,48,205); }
td.TdClassName
{
border-color: #BB30CD;
}
.TagClassName
{
border-color: #BB30CD;
}
</style>