Shades of Medium Orchid #BB31D3
Tints of Medium Orchid #BB31D3
RGB
CMYK
RGB Variations
Color information
#BB31D3 (or 0xBB31D3) is known color: Medium Orchid. HEX triplet: BB, 31 and D3. RGB value is (187,49,211). Sum of RGB (Red+Green+Blue) = 187+49+211=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 211 (82.81% from 255 or 47.20% from 447); Max value from RGB is 211 - color contains mainly: blue. Hex color #BB31D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB31D3 is #44CE2C. Grayscale: #6C6C6C. Windows color (decimal): -4509229 or 13840827. OLE color: 13840827.
HSL color Cylindrical-coordinate representation of color #BB31D3: hue angle of 291.11º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB31D3 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 49 | 211 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.17 |
| HSL | 291.11º | 0.65% | 0.51% | - |
| HSV(B) | 291.11º | 0.77% | 0.83% | - |
| XYZ | 33.35 | 17.46 | 63.24 | - |
| YUV | 108.73 | 185.72 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 211 | 0.11 | 0.77 | 0 | 0.17 | 291.11 | 0.65 | 0.51 |
| Hex | BB | 31 | D3 | B | 4D | 0 | 11 | 123 | 41 | 33 |
| Octal | 273 | 61 | 323 | 13 | 115 | 0 | 21 | 443 | 101 | 63 |
| Binary | 10111011 | 110001 | 11010011 | 1011 | 1001101 | 0 | 10001 | 100100011 | 1000001 | 110011 |
Color Harmonies of #BB31D3
Complementary color
Monochromatic Colors of #BB31D3
Black with #BB31D3
Text Example
Text Example
White with #BB31D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB31D3; }
p { color: rgb(187,49,211); }
H1.HeaderClassName
{
color: #BB31D3;
}
.AnyTagClassName
{
color: #BB31D3;
}
</style>
background-color css
<style>
a { background-color: #BB31D3; }
a { background-color: rgb(187,49,211); }
div.DivClassName
{
background-color: #BB31D3;
}
.BgClassName
{
background-color: #BB31D3;
}
</style>
border-color css
<style>
span { border-color: #BB31D3; }
span { border-color: rgb(187,49,211); }
td.TdClassName
{
border-color: #BB31D3;
}
.TagClassName
{
border-color: #BB31D3;
}
</style>