Shades of Medium Orchid #BB63C8
Tints of Medium Orchid #BB63C8
RGB
CMYK
RGB Variations
Color information
#BB63C8 (or 0xBB63C8) is known color: Medium Orchid. HEX triplet: BB, 63 and C8. RGB value is (187,99,200). Sum of RGB (Red+Green+Blue) = 187+99+200=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 200 (78.52% from 255 or 41.15% from 486); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB63C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB63C8 is #449C37. Grayscale: #888888. Windows color (decimal): -4496440 or 13132731. OLE color: 13132731.
HSL color Cylindrical-coordinate representation of color #BB63C8: hue angle of 292.28º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB63C8 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 99 | 200 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.22 |
| HSL | 292.28º | 0.48% | 0.59% | - |
| HSV(B) | 292.28º | 0.51% | 0.78% | - |
| XYZ | 35.38 | 23.66 | 57.35 | - |
| YUV | 136.83 | 163.65 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 200 | 0.06 | 0.50 | 0 | 0.22 | 292.28 | 0.48 | 0.59 |
| Hex | BB | 63 | C8 | 6 | 32 | 0 | 16 | 124 | 30 | 3B |
| Octal | 273 | 143 | 310 | 6 | 62 | 0 | 26 | 444 | 60 | 73 |
| Binary | 10111011 | 1100011 | 11001000 | 110 | 110010 | 0 | 10110 | 100100100 | 110000 | 111011 |
Color Harmonies of #BB63C8
Complementary color
Monochromatic Colors of #BB63C8
Black with #BB63C8
Text Example
Text Example
White with #BB63C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB63C8; }
p { color: rgb(187,99,200); }
H1.HeaderClassName
{
color: #BB63C8;
}
.AnyTagClassName
{
color: #BB63C8;
}
</style>
background-color css
<style>
a { background-color: #BB63C8; }
a { background-color: rgb(187,99,200); }
div.DivClassName
{
background-color: #BB63C8;
}
.BgClassName
{
background-color: #BB63C8;
}
</style>
border-color css
<style>
span { border-color: #BB63C8; }
span { border-color: rgb(187,99,200); }
td.TdClassName
{
border-color: #BB63C8;
}
.TagClassName
{
border-color: #BB63C8;
}
</style>