Shades of Medium Orchid #BB63F0
Tints of Medium Orchid #BB63F0
RGB
CMYK
RGB Variations
Color information
#BB63F0 (or 0xBB63F0) is known color: Medium Orchid. HEX triplet: BB, 63 and F0. RGB value is (187,99,240). Sum of RGB (Red+Green+Blue) = 187+99+240=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 99 (39.06% from 255 or 18.82% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB63F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB63F0 is #449C0F. Grayscale: #8C8C8C. Windows color (decimal): -4496400 or 15754171. OLE color: 15754171.
HSL color Cylindrical-coordinate representation of color #BB63F0: hue angle of 277.45º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB63F0 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 99 | 240 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.06 |
| HSL | 277.45º | 0.82% | 0.66% | - |
| HSV(B) | 277.45º | 0.59% | 0.94% | - |
| XYZ | 40.68 | 25.78 | 85.27 | - |
| YUV | 141.39 | 183.65 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 240 | 0.22 | 0.59 | 0 | 0.06 | 277.45 | 0.82 | 0.66 |
| Hex | BB | 63 | F0 | 16 | 3B | 0 | 6 | 115 | 52 | 42 |
| Octal | 273 | 143 | 360 | 26 | 73 | 0 | 6 | 425 | 122 | 102 |
| Binary | 10111011 | 1100011 | 11110000 | 10110 | 111011 | 0 | 110 | 100010101 | 1010010 | 1000010 |
Color Harmonies of #BB63F0
Complementary color
Monochromatic Colors of #BB63F0
Black with #BB63F0
Text Example
Text Example
White with #BB63F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB63F0; }
p { color: rgb(187,99,240); }
H1.HeaderClassName
{
color: #BB63F0;
}
.AnyTagClassName
{
color: #BB63F0;
}
</style>
background-color css
<style>
a { background-color: #BB63F0; }
a { background-color: rgb(187,99,240); }
div.DivClassName
{
background-color: #BB63F0;
}
.BgClassName
{
background-color: #BB63F0;
}
</style>
border-color css
<style>
span { border-color: #BB63F0; }
span { border-color: rgb(187,99,240); }
td.TdClassName
{
border-color: #BB63F0;
}
.TagClassName
{
border-color: #BB63F0;
}
</style>