Shades of Medium Orchid #BB31E5
Tints of Medium Orchid #BB31E5
RGB
CMYK
RGB Variations
Color information
#BB31E5 (or 0xBB31E5) is known color: Medium Orchid. HEX triplet: BB, 31 and E5. RGB value is (187,49,229). Sum of RGB (Red+Green+Blue) = 187+49+229=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB31E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB31E5 is #44CE1A. Grayscale: #6E6E6E. Windows color (decimal): -4509211 or 15020475. OLE color: 15020475.
HSL color Cylindrical-coordinate representation of color #BB31E5: hue angle of 286º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB31E5 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 49 | 229 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.10 |
| HSL | 286º | 0.78% | 0.55% | - |
| HSV(B) | 286º | 0.79% | 0.9% | - |
| XYZ | 35.73 | 18.42 | 75.8 | - |
| YUV | 110.78 | 194.72 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 229 | 0.18 | 0.79 | 0 | 0.10 | 286 | 0.78 | 0.55 |
| Hex | BB | 31 | E5 | 12 | 4F | 0 | A | 11E | 4E | 37 |
| Octal | 273 | 61 | 345 | 22 | 117 | 0 | 12 | 436 | 116 | 67 |
| Binary | 10111011 | 110001 | 11100101 | 10010 | 1001111 | 0 | 1010 | 100011110 | 1001110 | 110111 |
Color Harmonies of #BB31E5
Complementary color
Monochromatic Colors of #BB31E5
Black with #BB31E5
Text Example
Text Example
White with #BB31E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB31E5; }
p { color: rgb(187,49,229); }
H1.HeaderClassName
{
color: #BB31E5;
}
.AnyTagClassName
{
color: #BB31E5;
}
</style>
background-color css
<style>
a { background-color: #BB31E5; }
a { background-color: rgb(187,49,229); }
div.DivClassName
{
background-color: #BB31E5;
}
.BgClassName
{
background-color: #BB31E5;
}
</style>
border-color css
<style>
span { border-color: #BB31E5; }
span { border-color: rgb(187,49,229); }
td.TdClassName
{
border-color: #BB31E5;
}
.TagClassName
{
border-color: #BB31E5;
}
</style>