Shades of Medium Orchid #BB44E7
Tints of Medium Orchid #BB44E7
RGB
CMYK
RGB Variations
Color information
#BB44E7 (or 0xBB44E7) is known color: Medium Orchid. HEX triplet: BB, 44 and E7. RGB value is (187,68,231). Sum of RGB (Red+Green+Blue) = 187+68+231=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 68 (26.95% from 255 or 13.99% from 486); Blue value is 231 (90.62% from 255 or 47.53% from 486); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB44E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB44E7 is #44BB18. Grayscale: #797979. Windows color (decimal): -4504345 or 15156411. OLE color: 15156411.
HSL color Cylindrical-coordinate representation of color #BB44E7: hue angle of 283.8º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB44E7 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 68 | 231 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.09 |
| HSL | 283.8º | 0.77% | 0.59% | - |
| HSV(B) | 283.8º | 0.71% | 0.91% | - |
| XYZ | 36.98 | 20.47 | 77.6 | - |
| YUV | 122.16 | 189.42 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 231 | 0.19 | 0.71 | 0 | 0.09 | 283.8 | 0.77 | 0.59 |
| Hex | BB | 44 | E7 | 13 | 47 | 0 | 9 | 11C | 4D | 3B |
| Octal | 273 | 104 | 347 | 23 | 107 | 0 | 11 | 434 | 115 | 73 |
| Binary | 10111011 | 1000100 | 11100111 | 10011 | 1000111 | 0 | 1001 | 100011100 | 1001101 | 111011 |
Color Harmonies of #BB44E7
Complementary color
Monochromatic Colors of #BB44E7
Black with #BB44E7
Text Example
Text Example
White with #BB44E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB44E7; }
p { color: rgb(187,68,231); }
H1.HeaderClassName
{
color: #BB44E7;
}
.AnyTagClassName
{
color: #BB44E7;
}
</style>
background-color css
<style>
a { background-color: #BB44E7; }
a { background-color: rgb(187,68,231); }
div.DivClassName
{
background-color: #BB44E7;
}
.BgClassName
{
background-color: #BB44E7;
}
</style>
border-color css
<style>
span { border-color: #BB44E7; }
span { border-color: rgb(187,68,231); }
td.TdClassName
{
border-color: #BB44E7;
}
.TagClassName
{
border-color: #BB44E7;
}
</style>