Shades of Medium Orchid #BB31CB
Tints of Medium Orchid #BB31CB
RGB
CMYK
RGB Variations
Color information
#BB31CB (or 0xBB31CB) is known color: Medium Orchid. HEX triplet: BB, 31 and CB. RGB value is (187,49,203). Sum of RGB (Red+Green+Blue) = 187+49+203=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB31CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB31CB is #44CE34. Grayscale: #6B6B6B. Windows color (decimal): -4509237 or 13316539. OLE color: 13316539.
HSL color Cylindrical-coordinate representation of color #BB31CB: hue angle of 293.77º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB31CB is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 49 | 203 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.20 |
| HSL | 293.77º | 0.61% | 0.49% | - |
| HSV(B) | 293.77º | 0.76% | 0.8% | - |
| XYZ | 32.37 | 17.07 | 58.09 | - |
| YUV | 107.82 | 181.72 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 203 | 0.08 | 0.76 | 0 | 0.20 | 293.77 | 0.61 | 0.49 |
| Hex | BB | 31 | CB | 8 | 4C | 0 | 14 | 126 | 3D | 31 |
| Octal | 273 | 61 | 313 | 10 | 114 | 0 | 24 | 446 | 75 | 61 |
| Binary | 10111011 | 110001 | 11001011 | 1000 | 1001100 | 0 | 10100 | 100100110 | 111101 | 110001 |
Color Harmonies of #BB31CB
Complementary color
Monochromatic Colors of #BB31CB
Black with #BB31CB
Text Example
Text Example
White with #BB31CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB31CB; }
p { color: rgb(187,49,203); }
H1.HeaderClassName
{
color: #BB31CB;
}
.AnyTagClassName
{
color: #BB31CB;
}
</style>
background-color css
<style>
a { background-color: #BB31CB; }
a { background-color: rgb(187,49,203); }
div.DivClassName
{
background-color: #BB31CB;
}
.BgClassName
{
background-color: #BB31CB;
}
</style>
border-color css
<style>
span { border-color: #BB31CB; }
span { border-color: rgb(187,49,203); }
td.TdClassName
{
border-color: #BB31CB;
}
.TagClassName
{
border-color: #BB31CB;
}
</style>