Shades of Medium Orchid #BB63F3
Tints of Medium Orchid #BB63F3
RGB
CMYK
RGB Variations
Color information
#BB63F3 (or 0xBB63F3) is known color: Medium Orchid. HEX triplet: BB, 63 and F3. RGB value is (187,99,243). Sum of RGB (Red+Green+Blue) = 187+99+243=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB63F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB63F3 is #449C0C. Grayscale: #8D8D8D. Windows color (decimal): -4496397 or 15950779. OLE color: 15950779.
HSL color Cylindrical-coordinate representation of color #BB63F3: hue angle of 276.67º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB63F3 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 99 | 243 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.05 |
| HSL | 276.67º | 0.86% | 0.67% | - |
| HSV(B) | 276.67º | 0.59% | 0.95% | - |
| XYZ | 41.13 | 25.96 | 87.64 | - |
| YUV | 141.73 | 185.15 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 243 | 0.23 | 0.59 | 0 | 0.05 | 276.67 | 0.86 | 0.67 |
| Hex | BB | 63 | F3 | 17 | 3B | 0 | 5 | 115 | 56 | 43 |
| Octal | 273 | 143 | 363 | 27 | 73 | 0 | 5 | 425 | 126 | 103 |
| Binary | 10111011 | 1100011 | 11110011 | 10111 | 111011 | 0 | 101 | 100010101 | 1010110 | 1000011 |
Color Harmonies of #BB63F3
Complementary color
Monochromatic Colors of #BB63F3
Black with #BB63F3
Text Example
Text Example
White with #BB63F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB63F3; }
p { color: rgb(187,99,243); }
H1.HeaderClassName
{
color: #BB63F3;
}
.AnyTagClassName
{
color: #BB63F3;
}
</style>
background-color css
<style>
a { background-color: #BB63F3; }
a { background-color: rgb(187,99,243); }
div.DivClassName
{
background-color: #BB63F3;
}
.BgClassName
{
background-color: #BB63F3;
}
</style>
border-color css
<style>
span { border-color: #BB63F3; }
span { border-color: rgb(187,99,243); }
td.TdClassName
{
border-color: #BB63F3;
}
.TagClassName
{
border-color: #BB63F3;
}
</style>