Shades of Medium Orchid #BB61E5
Tints of Medium Orchid #BB61E5
RGB
CMYK
RGB Variations
Color information
#BB61E5 (or 0xBB61E5) is known color: Medium Orchid. HEX triplet: BB, 61 and E5. RGB value is (187,97,229). Sum of RGB (Red+Green+Blue) = 187+97+229=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 97 (38.28% from 255 or 18.91% from 513); Blue value is 229 (89.84% from 255 or 44.64% from 513); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB61E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB61E5 is #449E1A. Grayscale: #8A8A8A. Windows color (decimal): -4496923 or 15032763. OLE color: 15032763.
HSL color Cylindrical-coordinate representation of color #BB61E5: hue angle of 280.91º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB61E5 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 97 | 229 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.10 |
| HSL | 280.91º | 0.72% | 0.64% | - |
| HSV(B) | 280.91º | 0.58% | 0.9% | - |
| XYZ | 38.91 | 24.77 | 76.86 | - |
| YUV | 138.96 | 178.82 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 97 | 229 | 0.18 | 0.58 | 0 | 0.10 | 280.91 | 0.72 | 0.64 |
| Hex | BB | 61 | E5 | 12 | 3A | 0 | A | 119 | 48 | 40 |
| Octal | 273 | 141 | 345 | 22 | 72 | 0 | 12 | 431 | 110 | 100 |
| Binary | 10111011 | 1100001 | 11100101 | 10010 | 111010 | 0 | 1010 | 100011001 | 1001000 | 1000000 |
Color Harmonies of #BB61E5
Complementary color
Monochromatic Colors of #BB61E5
Black with #BB61E5
Text Example
Text Example
White with #BB61E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB61E5; }
p { color: rgb(187,97,229); }
H1.HeaderClassName
{
color: #BB61E5;
}
.AnyTagClassName
{
color: #BB61E5;
}
</style>
background-color css
<style>
a { background-color: #BB61E5; }
a { background-color: rgb(187,97,229); }
div.DivClassName
{
background-color: #BB61E5;
}
.BgClassName
{
background-color: #BB61E5;
}
</style>
border-color css
<style>
span { border-color: #BB61E5; }
span { border-color: rgb(187,97,229); }
td.TdClassName
{
border-color: #BB61E5;
}
.TagClassName
{
border-color: #BB61E5;
}
</style>