Shades of Medium Orchid #BB63E2
Tints of Medium Orchid #BB63E2
RGB
CMYK
RGB Variations
Color information
#BB63E2 (or 0xBB63E2) is known color: Medium Orchid. HEX triplet: BB, 63 and E2. RGB value is (187,99,226). Sum of RGB (Red+Green+Blue) = 187+99+226=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 226 (88.67% from 255 or 44.14% from 512); Max value from RGB is 226 - color contains mainly: blue. Hex color #BB63E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB63E2 is #449C1D. Grayscale: #8B8B8B. Windows color (decimal): -4496414 or 14836667. OLE color: 14836667.
HSL color Cylindrical-coordinate representation of color #BB63E2: hue angle of 281.57º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB63E2 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 99 | 226 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.11 |
| HSL | 281.57º | 0.69% | 0.64% | - |
| HSV(B) | 281.57º | 0.56% | 0.89% | - |
| XYZ | 38.68 | 24.98 | 74.73 | - |
| YUV | 139.79 | 176.65 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 226 | 0.17 | 0.56 | 0 | 0.11 | 281.57 | 0.69 | 0.64 |
| Hex | BB | 63 | E2 | 11 | 38 | 0 | B | 11A | 45 | 40 |
| Octal | 273 | 143 | 342 | 21 | 70 | 0 | 13 | 432 | 105 | 100 |
| Binary | 10111011 | 1100011 | 11100010 | 10001 | 111000 | 0 | 1011 | 100011010 | 1000101 | 1000000 |
Color Harmonies of #BB63E2
Complementary color
Monochromatic Colors of #BB63E2
Black with #BB63E2
Text Example
Text Example
White with #BB63E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB63E2; }
p { color: rgb(187,99,226); }
H1.HeaderClassName
{
color: #BB63E2;
}
.AnyTagClassName
{
color: #BB63E2;
}
</style>
background-color css
<style>
a { background-color: #BB63E2; }
a { background-color: rgb(187,99,226); }
div.DivClassName
{
background-color: #BB63E2;
}
.BgClassName
{
background-color: #BB63E2;
}
</style>
border-color css
<style>
span { border-color: #BB63E2; }
span { border-color: rgb(187,99,226); }
td.TdClassName
{
border-color: #BB63E2;
}
.TagClassName
{
border-color: #BB63E2;
}
</style>