Shades of Medium Orchid #BB63E1
Tints of Medium Orchid #BB63E1
RGB
CMYK
RGB Variations
Color information
#BB63E1 (or 0xBB63E1) is known color: Medium Orchid. HEX triplet: BB, 63 and E1. RGB value is (187,99,225). Sum of RGB (Red+Green+Blue) = 187+99+225=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB63E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB63E1 is #449C1E. Grayscale: #8B8B8B. Windows color (decimal): -4496415 or 14771131. OLE color: 14771131.
HSL color Cylindrical-coordinate representation of color #BB63E1: hue angle of 281.9º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB63E1 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 99 | 225 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.12 |
| HSL | 281.9º | 0.68% | 0.64% | - |
| HSV(B) | 281.9º | 0.56% | 0.88% | - |
| XYZ | 38.55 | 24.92 | 74.01 | - |
| YUV | 139.68 | 176.15 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 225 | 0.17 | 0.56 | 0 | 0.12 | 281.9 | 0.68 | 0.64 |
| Hex | BB | 63 | E1 | 11 | 38 | 0 | C | 11A | 44 | 40 |
| Octal | 273 | 143 | 341 | 21 | 70 | 0 | 14 | 432 | 104 | 100 |
| Binary | 10111011 | 1100011 | 11100001 | 10001 | 111000 | 0 | 1100 | 100011010 | 1000100 | 1000000 |
Color Harmonies of #BB63E1
Complementary color
Monochromatic Colors of #BB63E1
Black with #BB63E1
Text Example
Text Example
White with #BB63E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB63E1; }
p { color: rgb(187,99,225); }
H1.HeaderClassName
{
color: #BB63E1;
}
.AnyTagClassName
{
color: #BB63E1;
}
</style>
background-color css
<style>
a { background-color: #BB63E1; }
a { background-color: rgb(187,99,225); }
div.DivClassName
{
background-color: #BB63E1;
}
.BgClassName
{
background-color: #BB63E1;
}
</style>
border-color css
<style>
span { border-color: #BB63E1; }
span { border-color: rgb(187,99,225); }
td.TdClassName
{
border-color: #BB63E1;
}
.TagClassName
{
border-color: #BB63E1;
}
</style>