Shades of Medium Orchid #BB45E5
Tints of Medium Orchid #BB45E5
RGB
CMYK
RGB Variations
Color information
#BB45E5 (or 0xBB45E5) is known color: Medium Orchid. HEX triplet: BB, 45 and E5. RGB value is (187,69,229). Sum of RGB (Red+Green+Blue) = 187+69+229=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB45E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB45E5 is #44BA1A. Grayscale: #7A7A7A. Windows color (decimal): -4504091 or 15025595. OLE color: 15025595.
HSL color Cylindrical-coordinate representation of color #BB45E5: hue angle of 284.25º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB45E5 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 69 | 229 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.10 |
| HSL | 284.25º | 0.75% | 0.58% | - |
| HSV(B) | 284.25º | 0.7% | 0.9% | - |
| XYZ | 36.76 | 20.48 | 76.14 | - |
| YUV | 122.52 | 188.09 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 229 | 0.18 | 0.70 | 0 | 0.10 | 284.25 | 0.75 | 0.58 |
| Hex | BB | 45 | E5 | 12 | 46 | 0 | A | 11C | 4B | 3A |
| Octal | 273 | 105 | 345 | 22 | 106 | 0 | 12 | 434 | 113 | 72 |
| Binary | 10111011 | 1000101 | 11100101 | 10010 | 1000110 | 0 | 1010 | 100011100 | 1001011 | 111010 |
Color Harmonies of #BB45E5
Complementary color
Monochromatic Colors of #BB45E5
Black with #BB45E5
Text Example
Text Example
White with #BB45E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB45E5; }
p { color: rgb(187,69,229); }
H1.HeaderClassName
{
color: #BB45E5;
}
.AnyTagClassName
{
color: #BB45E5;
}
</style>
background-color css
<style>
a { background-color: #BB45E5; }
a { background-color: rgb(187,69,229); }
div.DivClassName
{
background-color: #BB45E5;
}
.BgClassName
{
background-color: #BB45E5;
}
</style>
border-color css
<style>
span { border-color: #BB45E5; }
span { border-color: rgb(187,69,229); }
td.TdClassName
{
border-color: #BB45E5;
}
.TagClassName
{
border-color: #BB45E5;
}
</style>