Shades of Medium Orchid #BB31E3
Tints of Medium Orchid #BB31E3
RGB
CMYK
RGB Variations
Color information
#BB31E3 (or 0xBB31E3) is known color: Medium Orchid. HEX triplet: BB, 31 and E3. RGB value is (187,49,227). Sum of RGB (Red+Green+Blue) = 187+49+227=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 227 (89.06% from 255 or 49.03% from 463); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB31E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB31E3 is #44CE1C. Grayscale: #6D6D6D. Windows color (decimal): -4509213 or 14889403. OLE color: 14889403.
HSL color Cylindrical-coordinate representation of color #BB31E3: hue angle of 286.52º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB31E3 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 49 | 227 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.11 |
| HSL | 286.52º | 0.76% | 0.54% | - |
| HSV(B) | 286.52º | 0.78% | 0.89% | - |
| XYZ | 35.46 | 18.31 | 74.34 | - |
| YUV | 110.55 | 193.72 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 227 | 0.18 | 0.78 | 0 | 0.11 | 286.52 | 0.76 | 0.54 |
| Hex | BB | 31 | E3 | 12 | 4E | 0 | B | 11F | 4C | 36 |
| Octal | 273 | 61 | 343 | 22 | 116 | 0 | 13 | 437 | 114 | 66 |
| Binary | 10111011 | 110001 | 11100011 | 10010 | 1001110 | 0 | 1011 | 100011111 | 1001100 | 110110 |
Color Harmonies of #BB31E3
Complementary color
Monochromatic Colors of #BB31E3
Black with #BB31E3
Text Example
Text Example
White with #BB31E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB31E3; }
p { color: rgb(187,49,227); }
H1.HeaderClassName
{
color: #BB31E3;
}
.AnyTagClassName
{
color: #BB31E3;
}
</style>
background-color css
<style>
a { background-color: #BB31E3; }
a { background-color: rgb(187,49,227); }
div.DivClassName
{
background-color: #BB31E3;
}
.BgClassName
{
background-color: #BB31E3;
}
</style>
border-color css
<style>
span { border-color: #BB31E3; }
span { border-color: rgb(187,49,227); }
td.TdClassName
{
border-color: #BB31E3;
}
.TagClassName
{
border-color: #BB31E3;
}
</style>