Shades of Medium Orchid #BB63E6
Tints of Medium Orchid #BB63E6
RGB
CMYK
RGB Variations
Color information
#BB63E6 (or 0xBB63E6) is known color: Medium Orchid. HEX triplet: BB, 63 and E6. RGB value is (187,99,230). Sum of RGB (Red+Green+Blue) = 187+99+230=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 230 (90.23% from 255 or 44.57% from 516); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB63E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB63E6 is #449C19. Grayscale: #8B8B8B. Windows color (decimal): -4496410 or 15098811. OLE color: 15098811.
HSL color Cylindrical-coordinate representation of color #BB63E6: hue angle of 280.31º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB63E6 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 99 | 230 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.10 |
| HSL | 280.31º | 0.72% | 0.65% | - |
| HSV(B) | 280.31º | 0.57% | 0.9% | - |
| XYZ | 39.24 | 25.2 | 77.66 | - |
| YUV | 140.25 | 178.65 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 230 | 0.19 | 0.57 | 0 | 0.10 | 280.31 | 0.72 | 0.65 |
| Hex | BB | 63 | E6 | 13 | 39 | 0 | A | 118 | 48 | 41 |
| Octal | 273 | 143 | 346 | 23 | 71 | 0 | 12 | 430 | 110 | 101 |
| Binary | 10111011 | 1100011 | 11100110 | 10011 | 111001 | 0 | 1010 | 100011000 | 1001000 | 1000001 |
Color Harmonies of #BB63E6
Complementary color
Monochromatic Colors of #BB63E6
Black with #BB63E6
Text Example
Text Example
White with #BB63E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB63E6; }
p { color: rgb(187,99,230); }
H1.HeaderClassName
{
color: #BB63E6;
}
.AnyTagClassName
{
color: #BB63E6;
}
</style>
background-color css
<style>
a { background-color: #BB63E6; }
a { background-color: rgb(187,99,230); }
div.DivClassName
{
background-color: #BB63E6;
}
.BgClassName
{
background-color: #BB63E6;
}
</style>
border-color css
<style>
span { border-color: #BB63E6; }
span { border-color: rgb(187,99,230); }
td.TdClassName
{
border-color: #BB63E6;
}
.TagClassName
{
border-color: #BB63E6;
}
</style>