Shades of Medium Orchid #BB63CB
Tints of Medium Orchid #BB63CB
RGB
CMYK
RGB Variations
Color information
#BB63CB (or 0xBB63CB) is known color: Medium Orchid. HEX triplet: BB, 63 and CB. RGB value is (187,99,203). Sum of RGB (Red+Green+Blue) = 187+99+203=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB63CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB63CB is #449C34. Grayscale: #888888. Windows color (decimal): -4496437 or 13329339. OLE color: 13329339.
HSL color Cylindrical-coordinate representation of color #BB63CB: hue angle of 290.77º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB63CB is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 99 | 203 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.20 |
| HSL | 290.77º | 0.5% | 0.59% | - |
| HSV(B) | 290.77º | 0.51% | 0.8% | - |
| XYZ | 35.73 | 23.8 | 59.21 | - |
| YUV | 137.17 | 165.15 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 203 | 0.08 | 0.51 | 0 | 0.20 | 290.77 | 0.5 | 0.59 |
| Hex | BB | 63 | CB | 8 | 33 | 0 | 14 | 123 | 32 | 3B |
| Octal | 273 | 143 | 313 | 10 | 63 | 0 | 24 | 443 | 62 | 73 |
| Binary | 10111011 | 1100011 | 11001011 | 1000 | 110011 | 0 | 10100 | 100100011 | 110010 | 111011 |
Color Harmonies of #BB63CB
Complementary color
Monochromatic Colors of #BB63CB
Black with #BB63CB
Text Example
Text Example
White with #BB63CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB63CB; }
p { color: rgb(187,99,203); }
H1.HeaderClassName
{
color: #BB63CB;
}
.AnyTagClassName
{
color: #BB63CB;
}
</style>
background-color css
<style>
a { background-color: #BB63CB; }
a { background-color: rgb(187,99,203); }
div.DivClassName
{
background-color: #BB63CB;
}
.BgClassName
{
background-color: #BB63CB;
}
</style>
border-color css
<style>
span { border-color: #BB63CB; }
span { border-color: rgb(187,99,203); }
td.TdClassName
{
border-color: #BB63CB;
}
.TagClassName
{
border-color: #BB63CB;
}
</style>