Shades of Medium Orchid #BB31E4
Tints of Medium Orchid #BB31E4
RGB
CMYK
RGB Variations
Color information
#BB31E4 (or 0xBB31E4) is known color: Medium Orchid. HEX triplet: BB, 31 and E4. RGB value is (187,49,228). Sum of RGB (Red+Green+Blue) = 187+49+228=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 49 (19.53% from 255 or 10.56% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB31E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB31E4 is #44CE1B. Grayscale: #6E6E6E. Windows color (decimal): -4509212 or 14954939. OLE color: 14954939.
HSL color Cylindrical-coordinate representation of color #BB31E4: hue angle of 286.26º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB31E4 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 49 | 228 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.11 |
| HSL | 286.26º | 0.77% | 0.54% | - |
| HSV(B) | 286.26º | 0.79% | 0.89% | - |
| XYZ | 35.6 | 18.36 | 75.07 | - |
| YUV | 110.67 | 194.22 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 228 | 0.18 | 0.79 | 0 | 0.11 | 286.26 | 0.77 | 0.54 |
| Hex | BB | 31 | E4 | 12 | 4F | 0 | B | 11E | 4D | 36 |
| Octal | 273 | 61 | 344 | 22 | 117 | 0 | 13 | 436 | 115 | 66 |
| Binary | 10111011 | 110001 | 11100100 | 10010 | 1001111 | 0 | 1011 | 100011110 | 1001101 | 110110 |
Color Harmonies of #BB31E4
Complementary color
Monochromatic Colors of #BB31E4
Black with #BB31E4
Text Example
Text Example
White with #BB31E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB31E4; }
p { color: rgb(187,49,228); }
H1.HeaderClassName
{
color: #BB31E4;
}
.AnyTagClassName
{
color: #BB31E4;
}
</style>
background-color css
<style>
a { background-color: #BB31E4; }
a { background-color: rgb(187,49,228); }
div.DivClassName
{
background-color: #BB31E4;
}
.BgClassName
{
background-color: #BB31E4;
}
</style>
border-color css
<style>
span { border-color: #BB31E4; }
span { border-color: rgb(187,49,228); }
td.TdClassName
{
border-color: #BB31E4;
}
.TagClassName
{
border-color: #BB31E4;
}
</style>