Shades of Medium Orchid #BB61E7
Tints of Medium Orchid #BB61E7
RGB
CMYK
RGB Variations
Color information
#BB61E7 (or 0xBB61E7) is known color: Medium Orchid. HEX triplet: BB, 61 and E7. RGB value is (187,97,231). Sum of RGB (Red+Green+Blue) = 187+97+231=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 97 (38.28% from 255 or 18.83% from 515); Blue value is 231 (90.62% from 255 or 44.85% from 515); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB61E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB61E7 is #449E18. Grayscale: #8A8A8A. Windows color (decimal): -4496921 or 15163835. OLE color: 15163835.
HSL color Cylindrical-coordinate representation of color #BB61E7: hue angle of 280.3º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB61E7 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 97 | 231 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.09 |
| HSL | 280.3º | 0.74% | 0.64% | - |
| HSV(B) | 280.3º | 0.58% | 0.91% | - |
| XYZ | 39.19 | 24.88 | 78.34 | - |
| YUV | 139.19 | 179.82 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 97 | 231 | 0.19 | 0.58 | 0 | 0.09 | 280.3 | 0.74 | 0.64 |
| Hex | BB | 61 | E7 | 13 | 3A | 0 | 9 | 118 | 4A | 40 |
| Octal | 273 | 141 | 347 | 23 | 72 | 0 | 11 | 430 | 112 | 100 |
| Binary | 10111011 | 1100001 | 11100111 | 10011 | 111010 | 0 | 1001 | 100011000 | 1001010 | 1000000 |
Color Harmonies of #BB61E7
Complementary color
Monochromatic Colors of #BB61E7
Black with #BB61E7
Text Example
Text Example
White with #BB61E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB61E7; }
p { color: rgb(187,97,231); }
H1.HeaderClassName
{
color: #BB61E7;
}
.AnyTagClassName
{
color: #BB61E7;
}
</style>
background-color css
<style>
a { background-color: #BB61E7; }
a { background-color: rgb(187,97,231); }
div.DivClassName
{
background-color: #BB61E7;
}
.BgClassName
{
background-color: #BB61E7;
}
</style>
border-color css
<style>
span { border-color: #BB61E7; }
span { border-color: rgb(187,97,231); }
td.TdClassName
{
border-color: #BB61E7;
}
.TagClassName
{
border-color: #BB61E7;
}
</style>