Shades of Medium Orchid #BB63E3
Tints of Medium Orchid #BB63E3
RGB
CMYK
RGB Variations
Color information
#BB63E3 (or 0xBB63E3) is known color: Medium Orchid. HEX triplet: BB, 63 and E3. RGB value is (187,99,227). Sum of RGB (Red+Green+Blue) = 187+99+227=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 227 (89.06% from 255 or 44.25% from 513); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB63E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB63E3 is #449C1C. Grayscale: #8B8B8B. Windows color (decimal): -4496413 or 14902203. OLE color: 14902203.
HSL color Cylindrical-coordinate representation of color #BB63E3: hue angle of 281.25º degrees, saturation: 0.7, 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 #BB63E3 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 99 | 227 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.11 |
| HSL | 281.25º | 0.7% | 0.64% | - |
| HSV(B) | 281.25º | 0.56% | 0.89% | - |
| XYZ | 38.82 | 25.03 | 75.46 | - |
| YUV | 139.9 | 177.15 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 227 | 0.18 | 0.56 | 0 | 0.11 | 281.25 | 0.7 | 0.64 |
| Hex | BB | 63 | E3 | 12 | 38 | 0 | B | 119 | 46 | 40 |
| Octal | 273 | 143 | 343 | 22 | 70 | 0 | 13 | 431 | 106 | 100 |
| Binary | 10111011 | 1100011 | 11100011 | 10010 | 111000 | 0 | 1011 | 100011001 | 1000110 | 1000000 |
Color Harmonies of #BB63E3
Complementary color
Monochromatic Colors of #BB63E3
Black with #BB63E3
Text Example
Text Example
White with #BB63E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB63E3; }
p { color: rgb(187,99,227); }
H1.HeaderClassName
{
color: #BB63E3;
}
.AnyTagClassName
{
color: #BB63E3;
}
</style>
background-color css
<style>
a { background-color: #BB63E3; }
a { background-color: rgb(187,99,227); }
div.DivClassName
{
background-color: #BB63E3;
}
.BgClassName
{
background-color: #BB63E3;
}
</style>
border-color css
<style>
span { border-color: #BB63E3; }
span { border-color: rgb(187,99,227); }
td.TdClassName
{
border-color: #BB63E3;
}
.TagClassName
{
border-color: #BB63E3;
}
</style>