Shades of Medium Orchid #BB63D0
Tints of Medium Orchid #BB63D0
RGB
CMYK
RGB Variations
Color information
#BB63D0 (or 0xBB63D0) is known color: Medium Orchid. HEX triplet: BB, 63 and D0. RGB value is (187,99,208). Sum of RGB (Red+Green+Blue) = 187+99+208=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB63D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB63D0 is #449C2F. Grayscale: #898989. Windows color (decimal): -4496432 or 13657019. OLE color: 13657019.
HSL color Cylindrical-coordinate representation of color #BB63D0: hue angle of 288.44º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB63D0 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 99 | 208 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.18 |
| HSL | 288.44º | 0.54% | 0.6% | - |
| HSV(B) | 288.44º | 0.52% | 0.82% | - |
| XYZ | 36.34 | 24.04 | 62.4 | - |
| YUV | 137.74 | 167.65 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 208 | 0.10 | 0.52 | 0 | 0.18 | 288.44 | 0.54 | 0.6 |
| Hex | BB | 63 | D0 | A | 34 | 0 | 12 | 120 | 36 | 3C |
| Octal | 273 | 143 | 320 | 12 | 64 | 0 | 22 | 440 | 66 | 74 |
| Binary | 10111011 | 1100011 | 11010000 | 1010 | 110100 | 0 | 10010 | 100100000 | 110110 | 111100 |
Color Harmonies of #BB63D0
Complementary color
Monochromatic Colors of #BB63D0
Black with #BB63D0
Text Example
Text Example
White with #BB63D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB63D0; }
p { color: rgb(187,99,208); }
H1.HeaderClassName
{
color: #BB63D0;
}
.AnyTagClassName
{
color: #BB63D0;
}
</style>
background-color css
<style>
a { background-color: #BB63D0; }
a { background-color: rgb(187,99,208); }
div.DivClassName
{
background-color: #BB63D0;
}
.BgClassName
{
background-color: #BB63D0;
}
</style>
border-color css
<style>
span { border-color: #BB63D0; }
span { border-color: rgb(187,99,208); }
td.TdClassName
{
border-color: #BB63D0;
}
.TagClassName
{
border-color: #BB63D0;
}
</style>