Shades of Medium Orchid #BB45ED
Tints of Medium Orchid #BB45ED
RGB
CMYK
RGB Variations
Color information
#BB45ED (or 0xBB45ED) is known color: Medium Orchid. HEX triplet: BB, 45 and ED. RGB value is (187,69,237). Sum of RGB (Red+Green+Blue) = 187+69+237=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 69 (27.34% from 255 or 14.00% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB45ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB45ED is #44BA12. Grayscale: #7A7A7A. Windows color (decimal): -4504083 or 15549883. OLE color: 15549883.
HSL color Cylindrical-coordinate representation of color #BB45ED: hue angle of 282.14º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB45ED is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 69 | 237 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.07 |
| HSL | 282.14º | 0.82% | 0.6% | - |
| HSV(B) | 282.14º | 0.71% | 0.93% | - |
| XYZ | 37.91 | 20.94 | 82.16 | - |
| YUV | 123.43 | 192.09 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 237 | 0.21 | 0.71 | 0 | 0.07 | 282.14 | 0.82 | 0.6 |
| Hex | BB | 45 | ED | 15 | 47 | 0 | 7 | 11A | 52 | 3C |
| Octal | 273 | 105 | 355 | 25 | 107 | 0 | 7 | 432 | 122 | 74 |
| Binary | 10111011 | 1000101 | 11101101 | 10101 | 1000111 | 0 | 111 | 100011010 | 1010010 | 111100 |
Color Harmonies of #BB45ED
Complementary color
Monochromatic Colors of #BB45ED
Black with #BB45ED
Text Example
Text Example
White with #BB45ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB45ED; }
p { color: rgb(187,69,237); }
H1.HeaderClassName
{
color: #BB45ED;
}
.AnyTagClassName
{
color: #BB45ED;
}
</style>
background-color css
<style>
a { background-color: #BB45ED; }
a { background-color: rgb(187,69,237); }
div.DivClassName
{
background-color: #BB45ED;
}
.BgClassName
{
background-color: #BB45ED;
}
</style>
border-color css
<style>
span { border-color: #BB45ED; }
span { border-color: rgb(187,69,237); }
td.TdClassName
{
border-color: #BB45ED;
}
.TagClassName
{
border-color: #BB45ED;
}
</style>