Shades of Medium Orchid #BB61EA
Tints of Medium Orchid #BB61EA
RGB
CMYK
RGB Variations
Color information
#BB61EA (or 0xBB61EA) is known color: Medium Orchid. HEX triplet: BB, 61 and EA. RGB value is (187,97,234). Sum of RGB (Red+Green+Blue) = 187+97+234=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB61EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB61EA is #449E15. Grayscale: #8B8B8B. Windows color (decimal): -4496918 or 15360443. OLE color: 15360443.
HSL color Cylindrical-coordinate representation of color #BB61EA: hue angle of 279.42º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB61EA is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 97 | 234 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.08 |
| HSL | 279.42º | 0.77% | 0.65% | - |
| HSV(B) | 279.42º | 0.59% | 0.92% | - |
| XYZ | 39.62 | 25.05 | 80.59 | - |
| YUV | 139.53 | 181.32 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 97 | 234 | 0.20 | 0.59 | 0 | 0.08 | 279.42 | 0.77 | 0.65 |
| Hex | BB | 61 | EA | 14 | 3B | 0 | 8 | 117 | 4D | 41 |
| Octal | 273 | 141 | 352 | 24 | 73 | 0 | 10 | 427 | 115 | 101 |
| Binary | 10111011 | 1100001 | 11101010 | 10100 | 111011 | 0 | 1000 | 100010111 | 1001101 | 1000001 |
Color Harmonies of #BB61EA
Complementary color
Monochromatic Colors of #BB61EA
Black with #BB61EA
Text Example
Text Example
White with #BB61EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB61EA; }
p { color: rgb(187,97,234); }
H1.HeaderClassName
{
color: #BB61EA;
}
.AnyTagClassName
{
color: #BB61EA;
}
</style>
background-color css
<style>
a { background-color: #BB61EA; }
a { background-color: rgb(187,97,234); }
div.DivClassName
{
background-color: #BB61EA;
}
.BgClassName
{
background-color: #BB61EA;
}
</style>
border-color css
<style>
span { border-color: #BB61EA; }
span { border-color: rgb(187,97,234); }
td.TdClassName
{
border-color: #BB61EA;
}
.TagClassName
{
border-color: #BB61EA;
}
</style>