Shades of Medium Orchid #BB63E5
Tints of Medium Orchid #BB63E5
RGB
CMYK
RGB Variations
Color information
#BB63E5 (or 0xBB63E5) is known color: Medium Orchid. HEX triplet: BB, 63 and E5. RGB value is (187,99,229). Sum of RGB (Red+Green+Blue) = 187+99+229=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 99 (39.06% from 255 or 19.22% from 515); Blue value is 229 (89.84% from 255 or 44.47% from 515); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB63E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB63E5 is #449C1A. Grayscale: #8B8B8B. Windows color (decimal): -4496411 or 15033275. OLE color: 15033275.
HSL color Cylindrical-coordinate representation of color #BB63E5: hue angle of 280.62º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB63E5 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 99 | 229 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.10 |
| HSL | 280.62º | 0.71% | 0.64% | - |
| HSV(B) | 280.62º | 0.57% | 0.9% | - |
| XYZ | 39.1 | 25.15 | 76.92 | - |
| YUV | 140.13 | 178.15 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 229 | 0.18 | 0.57 | 0 | 0.10 | 280.62 | 0.71 | 0.64 |
| Hex | BB | 63 | E5 | 12 | 39 | 0 | A | 119 | 47 | 40 |
| Octal | 273 | 143 | 345 | 22 | 71 | 0 | 12 | 431 | 107 | 100 |
| Binary | 10111011 | 1100011 | 11100101 | 10010 | 111001 | 0 | 1010 | 100011001 | 1000111 | 1000000 |
Color Harmonies of #BB63E5
Complementary color
Monochromatic Colors of #BB63E5
Black with #BB63E5
Text Example
Text Example
White with #BB63E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB63E5; }
p { color: rgb(187,99,229); }
H1.HeaderClassName
{
color: #BB63E5;
}
.AnyTagClassName
{
color: #BB63E5;
}
</style>
background-color css
<style>
a { background-color: #BB63E5; }
a { background-color: rgb(187,99,229); }
div.DivClassName
{
background-color: #BB63E5;
}
.BgClassName
{
background-color: #BB63E5;
}
</style>
border-color css
<style>
span { border-color: #BB63E5; }
span { border-color: rgb(187,99,229); }
td.TdClassName
{
border-color: #BB63E5;
}
.TagClassName
{
border-color: #BB63E5;
}
</style>