Shades of Medium Orchid #BB63F4
Tints of Medium Orchid #BB63F4
RGB
CMYK
RGB Variations
Color information
#BB63F4 (or 0xBB63F4) is known color: Medium Orchid. HEX triplet: BB, 63 and F4. RGB value is (187,99,244). Sum of RGB (Red+Green+Blue) = 187+99+244=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 244 (95.70% from 255 or 46.04% from 530); Max value from RGB is 244 - color contains mainly: blue. Hex color #BB63F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB63F4 is #449C0B. Grayscale: #8D8D8D. Windows color (decimal): -4496396 or 16016315. OLE color: 16016315.
HSL color Cylindrical-coordinate representation of color #BB63F4: hue angle of 276.41º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB63F4 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 99 | 244 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.04 |
| HSL | 276.41º | 0.87% | 0.67% | - |
| HSV(B) | 276.41º | 0.59% | 0.96% | - |
| XYZ | 41.28 | 26.02 | 88.43 | - |
| YUV | 141.84 | 185.65 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 244 | 0.23 | 0.59 | 0 | 0.04 | 276.41 | 0.87 | 0.67 |
| Hex | BB | 63 | F4 | 17 | 3B | 0 | 4 | 114 | 57 | 43 |
| Octal | 273 | 143 | 364 | 27 | 73 | 0 | 4 | 424 | 127 | 103 |
| Binary | 10111011 | 1100011 | 11110100 | 10111 | 111011 | 0 | 100 | 100010100 | 1010111 | 1000011 |
Color Harmonies of #BB63F4
Complementary color
Monochromatic Colors of #BB63F4
Black with #BB63F4
Text Example
Text Example
White with #BB63F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB63F4; }
p { color: rgb(187,99,244); }
H1.HeaderClassName
{
color: #BB63F4;
}
.AnyTagClassName
{
color: #BB63F4;
}
</style>
background-color css
<style>
a { background-color: #BB63F4; }
a { background-color: rgb(187,99,244); }
div.DivClassName
{
background-color: #BB63F4;
}
.BgClassName
{
background-color: #BB63F4;
}
</style>
border-color css
<style>
span { border-color: #BB63F4; }
span { border-color: rgb(187,99,244); }
td.TdClassName
{
border-color: #BB63F4;
}
.TagClassName
{
border-color: #BB63F4;
}
</style>