Shades of Medium Orchid #BB63CF
Tints of Medium Orchid #BB63CF
RGB
CMYK
RGB Variations
Color information
#BB63CF (or 0xBB63CF) is known color: Medium Orchid. HEX triplet: BB, 63 and CF. RGB value is (187,99,207). Sum of RGB (Red+Green+Blue) = 187+99+207=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB63CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB63CF is #449C30. Grayscale: #898989. Windows color (decimal): -4496433 or 13591483. OLE color: 13591483.
HSL color Cylindrical-coordinate representation of color #BB63CF: hue angle of 288.89º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB63CF is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 99 | 207 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.19 |
| HSL | 288.89º | 0.53% | 0.6% | - |
| HSV(B) | 288.89º | 0.52% | 0.81% | - |
| XYZ | 36.22 | 23.99 | 61.75 | - |
| YUV | 137.62 | 167.15 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 207 | 0.10 | 0.52 | 0 | 0.19 | 288.89 | 0.53 | 0.6 |
| Hex | BB | 63 | CF | A | 34 | 0 | 13 | 121 | 35 | 3C |
| Octal | 273 | 143 | 317 | 12 | 64 | 0 | 23 | 441 | 65 | 74 |
| Binary | 10111011 | 1100011 | 11001111 | 1010 | 110100 | 0 | 10011 | 100100001 | 110101 | 111100 |
Color Harmonies of #BB63CF
Complementary color
Monochromatic Colors of #BB63CF
Black with #BB63CF
Text Example
Text Example
White with #BB63CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB63CF; }
p { color: rgb(187,99,207); }
H1.HeaderClassName
{
color: #BB63CF;
}
.AnyTagClassName
{
color: #BB63CF;
}
</style>
background-color css
<style>
a { background-color: #BB63CF; }
a { background-color: rgb(187,99,207); }
div.DivClassName
{
background-color: #BB63CF;
}
.BgClassName
{
background-color: #BB63CF;
}
</style>
border-color css
<style>
span { border-color: #BB63CF; }
span { border-color: rgb(187,99,207); }
td.TdClassName
{
border-color: #BB63CF;
}
.TagClassName
{
border-color: #BB63CF;
}
</style>