Shades of Medium Orchid #BB44ED
Tints of Medium Orchid #BB44ED
RGB
CMYK
RGB Variations
Color information
#BB44ED (or 0xBB44ED) is known color: Medium Orchid. HEX triplet: BB, 44 and ED. RGB value is (187,68,237). Sum of RGB (Red+Green+Blue) = 187+68+237=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 68 (26.95% from 255 or 13.82% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB44ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB44ED is #44BB12. Grayscale: #7A7A7A. Windows color (decimal): -4504339 or 15549627. OLE color: 15549627.
HSL color Cylindrical-coordinate representation of color #BB44ED: hue angle of 282.25º 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 #BB44ED is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 68 | 237 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.07 |
| HSL | 282.25º | 0.82% | 0.6% | - |
| HSV(B) | 282.25º | 0.71% | 0.93% | - |
| XYZ | 37.85 | 20.81 | 82.14 | - |
| YUV | 122.85 | 192.42 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 237 | 0.21 | 0.71 | 0 | 0.07 | 282.25 | 0.82 | 0.6 |
| Hex | BB | 44 | ED | 15 | 47 | 0 | 7 | 11A | 52 | 3C |
| Octal | 273 | 104 | 355 | 25 | 107 | 0 | 7 | 432 | 122 | 74 |
| Binary | 10111011 | 1000100 | 11101101 | 10101 | 1000111 | 0 | 111 | 100011010 | 1010010 | 111100 |
Color Harmonies of #BB44ED
Complementary color
Monochromatic Colors of #BB44ED
Black with #BB44ED
Text Example
Text Example
White with #BB44ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB44ED; }
p { color: rgb(187,68,237); }
H1.HeaderClassName
{
color: #BB44ED;
}
.AnyTagClassName
{
color: #BB44ED;
}
</style>
background-color css
<style>
a { background-color: #BB44ED; }
a { background-color: rgb(187,68,237); }
div.DivClassName
{
background-color: #BB44ED;
}
.BgClassName
{
background-color: #BB44ED;
}
</style>
border-color css
<style>
span { border-color: #BB44ED; }
span { border-color: rgb(187,68,237); }
td.TdClassName
{
border-color: #BB44ED;
}
.TagClassName
{
border-color: #BB44ED;
}
</style>