Shades of Medium Orchid #BD3EFE
Tints of Medium Orchid #BD3EFE
RGB
CMYK
RGB Variations
Color information
#BD3EFE (or 0xBD3EFE) is known color: Medium Orchid. HEX triplet: BD, 3E and FE. RGB value is (189,62,254). Sum of RGB (Red+Green+Blue) = 189+62+254=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 62 (24.61% from 255 or 12.28% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD3EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3EFE is #42C101. Grayscale: #797979. Windows color (decimal): -4374786 or 16662205. OLE color: 16662205.
HSL color Cylindrical-coordinate representation of color #BD3EFE: hue angle of 279.69º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD3EFE is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 62 | 254 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.00 |
| HSL | 279.69º | 0.99% | 0.62% | - |
| HSV(B) | 279.69º | 0.76% | 1% | - |
| XYZ | 40.6 | 21.42 | 95.76 | - |
| YUV | 121.86 | 202.58 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 254 | 0.26 | 0.76 | 0 | 0.00 | 279.69 | 0.99 | 0.62 |
| Hex | BD | 3E | FE | 1A | 4C | 0 | 0 | 118 | 63 | 3E |
| Octal | 275 | 76 | 376 | 32 | 114 | 0 | 0 | 430 | 143 | 76 |
| Binary | 10111101 | 111110 | 11111110 | 11010 | 1001100 | 0 | 0 | 100011000 | 1100011 | 111110 |
Color Harmonies of #BD3EFE
Complementary color
Monochromatic Colors of #BD3EFE
Black with #BD3EFE
Text Example
Text Example
White with #BD3EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3EFE; }
p { color: rgb(189,62,254); }
H1.HeaderClassName
{
color: #BD3EFE;
}
.AnyTagClassName
{
color: #BD3EFE;
}
</style>
background-color css
<style>
a { background-color: #BD3EFE; }
a { background-color: rgb(189,62,254); }
div.DivClassName
{
background-color: #BD3EFE;
}
.BgClassName
{
background-color: #BD3EFE;
}
</style>
border-color css
<style>
span { border-color: #BD3EFE; }
span { border-color: rgb(189,62,254); }
td.TdClassName
{
border-color: #BD3EFE;
}
.TagClassName
{
border-color: #BD3EFE;
}
</style>