Shades of Medium Orchid #BD31EA
Tints of Medium Orchid #BD31EA
RGB
CMYK
RGB Variations
Color information
#BD31EA (or 0xBD31EA) is known color: Medium Orchid. HEX triplet: BD, 31 and EA. RGB value is (189,49,234). Sum of RGB (Red+Green+Blue) = 189+49+234=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 49 (19.53% from 255 or 10.38% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD31EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD31EA is #42CE15. Grayscale: #6F6F6F. Windows color (decimal): -4378134 or 15348157. OLE color: 15348157.
HSL color Cylindrical-coordinate representation of color #BD31EA: hue angle of 285.41º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD31EA is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 49 | 234 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.08 |
| HSL | 285.41º | 0.81% | 0.55% | - |
| HSV(B) | 285.41º | 0.79% | 0.92% | - |
| XYZ | 36.94 | 18.96 | 79.55 | - |
| YUV | 111.95 | 196.88 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 234 | 0.19 | 0.79 | 0 | 0.08 | 285.41 | 0.81 | 0.55 |
| Hex | BD | 31 | EA | 13 | 4F | 0 | 8 | 11D | 51 | 37 |
| Octal | 275 | 61 | 352 | 23 | 117 | 0 | 10 | 435 | 121 | 67 |
| Binary | 10111101 | 110001 | 11101010 | 10011 | 1001111 | 0 | 1000 | 100011101 | 1010001 | 110111 |
Color Harmonies of #BD31EA
Complementary color
Monochromatic Colors of #BD31EA
Black with #BD31EA
Text Example
Text Example
White with #BD31EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD31EA; }
p { color: rgb(189,49,234); }
H1.HeaderClassName
{
color: #BD31EA;
}
.AnyTagClassName
{
color: #BD31EA;
}
</style>
background-color css
<style>
a { background-color: #BD31EA; }
a { background-color: rgb(189,49,234); }
div.DivClassName
{
background-color: #BD31EA;
}
.BgClassName
{
background-color: #BD31EA;
}
</style>
border-color css
<style>
span { border-color: #BD31EA; }
span { border-color: rgb(189,49,234); }
td.TdClassName
{
border-color: #BD31EA;
}
.TagClassName
{
border-color: #BD31EA;
}
</style>