Shades of Medium Orchid #BB31ED
Tints of Medium Orchid #BB31ED
RGB
CMYK
RGB Variations
Color information
#BB31ED (or 0xBB31ED) is known color: Medium Orchid. HEX triplet: BB, 31 and ED. RGB value is (187,49,237). Sum of RGB (Red+Green+Blue) = 187+49+237=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 49 (19.53% from 255 or 10.36% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB31ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB31ED is #44CE12. Grayscale: #6F6F6F. Windows color (decimal): -4509203 or 15544763. OLE color: 15544763.
HSL color Cylindrical-coordinate representation of color #BB31ED: hue angle of 284.04º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB31ED is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 49 | 237 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.07 |
| HSL | 284.04º | 0.84% | 0.56% | - |
| HSV(B) | 284.04º | 0.79% | 0.93% | - |
| XYZ | 36.88 | 18.88 | 81.82 | - |
| YUV | 111.69 | 198.72 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 237 | 0.21 | 0.79 | 0 | 0.07 | 284.04 | 0.84 | 0.56 |
| Hex | BB | 31 | ED | 15 | 4F | 0 | 7 | 11C | 54 | 38 |
| Octal | 273 | 61 | 355 | 25 | 117 | 0 | 7 | 434 | 124 | 70 |
| Binary | 10111011 | 110001 | 11101101 | 10101 | 1001111 | 0 | 111 | 100011100 | 1010100 | 111000 |
Color Harmonies of #BB31ED
Complementary color
Monochromatic Colors of #BB31ED
Black with #BB31ED
Text Example
Text Example
White with #BB31ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB31ED; }
p { color: rgb(187,49,237); }
H1.HeaderClassName
{
color: #BB31ED;
}
.AnyTagClassName
{
color: #BB31ED;
}
</style>
background-color css
<style>
a { background-color: #BB31ED; }
a { background-color: rgb(187,49,237); }
div.DivClassName
{
background-color: #BB31ED;
}
.BgClassName
{
background-color: #BB31ED;
}
</style>
border-color css
<style>
span { border-color: #BB31ED; }
span { border-color: rgb(187,49,237); }
td.TdClassName
{
border-color: #BB31ED;
}
.TagClassName
{
border-color: #BB31ED;
}
</style>