Shades of Medium Orchid #BB31D6
Tints of Medium Orchid #BB31D6
RGB
CMYK
RGB Variations
Color information
#BB31D6 (or 0xBB31D6) is known color: Medium Orchid. HEX triplet: BB, 31 and D6. RGB value is (187,49,214). Sum of RGB (Red+Green+Blue) = 187+49+214=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 214 (83.98% from 255 or 47.56% from 450); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB31D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB31D6 is #44CE29. Grayscale: #6C6C6C. Windows color (decimal): -4509226 or 14037435. OLE color: 14037435.
HSL color Cylindrical-coordinate representation of color #BB31D6: hue angle of 290.18º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB31D6 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 49 | 214 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.16 |
| HSL | 290.18º | 0.67% | 0.52% | - |
| HSV(B) | 290.18º | 0.77% | 0.84% | - |
| XYZ | 33.73 | 17.62 | 65.24 | - |
| YUV | 109.07 | 187.22 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 214 | 0.13 | 0.77 | 0 | 0.16 | 290.18 | 0.67 | 0.52 |
| Hex | BB | 31 | D6 | D | 4D | 0 | 10 | 122 | 43 | 34 |
| Octal | 273 | 61 | 326 | 15 | 115 | 0 | 20 | 442 | 103 | 64 |
| Binary | 10111011 | 110001 | 11010110 | 1101 | 1001101 | 0 | 10000 | 100100010 | 1000011 | 110100 |
Color Harmonies of #BB31D6
Complementary color
Monochromatic Colors of #BB31D6
Black with #BB31D6
Text Example
Text Example
White with #BB31D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB31D6; }
p { color: rgb(187,49,214); }
H1.HeaderClassName
{
color: #BB31D6;
}
.AnyTagClassName
{
color: #BB31D6;
}
</style>
background-color css
<style>
a { background-color: #BB31D6; }
a { background-color: rgb(187,49,214); }
div.DivClassName
{
background-color: #BB31D6;
}
.BgClassName
{
background-color: #BB31D6;
}
</style>
border-color css
<style>
span { border-color: #BB31D6; }
span { border-color: rgb(187,49,214); }
td.TdClassName
{
border-color: #BB31D6;
}
.TagClassName
{
border-color: #BB31D6;
}
</style>