Shades of Medium Orchid #BB45D0
Tints of Medium Orchid #BB45D0
RGB
CMYK
RGB Variations
Color information
#BB45D0 (or 0xBB45D0) is known color: Medium Orchid. HEX triplet: BB, 45 and D0. RGB value is (187,69,208). Sum of RGB (Red+Green+Blue) = 187+69+208=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB45D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB45D0 is #44BA2F. Grayscale: #777777. Windows color (decimal): -4504112 or 13649339. OLE color: 13649339.
HSL color Cylindrical-coordinate representation of color #BB45D0: hue angle of 290.94º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB45D0 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 69 | 208 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.18 |
| HSL | 290.94º | 0.6% | 0.54% | - |
| HSV(B) | 290.94º | 0.67% | 0.82% | - |
| XYZ | 34.01 | 19.38 | 61.62 | - |
| YUV | 120.13 | 177.59 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 208 | 0.10 | 0.67 | 0 | 0.18 | 290.94 | 0.6 | 0.54 |
| Hex | BB | 45 | D0 | A | 43 | 0 | 12 | 123 | 3C | 36 |
| Octal | 273 | 105 | 320 | 12 | 103 | 0 | 22 | 443 | 74 | 66 |
| Binary | 10111011 | 1000101 | 11010000 | 1010 | 1000011 | 0 | 10010 | 100100011 | 111100 | 110110 |
Color Harmonies of #BB45D0
Complementary color
Monochromatic Colors of #BB45D0
Black with #BB45D0
Text Example
Text Example
White with #BB45D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB45D0; }
p { color: rgb(187,69,208); }
H1.HeaderClassName
{
color: #BB45D0;
}
.AnyTagClassName
{
color: #BB45D0;
}
</style>
background-color css
<style>
a { background-color: #BB45D0; }
a { background-color: rgb(187,69,208); }
div.DivClassName
{
background-color: #BB45D0;
}
.BgClassName
{
background-color: #BB45D0;
}
</style>
border-color css
<style>
span { border-color: #BB45D0; }
span { border-color: rgb(187,69,208); }
td.TdClassName
{
border-color: #BB45D0;
}
.TagClassName
{
border-color: #BB45D0;
}
</style>