Shades of Medium Orchid #BD3EFD
Tints of Medium Orchid #BD3EFD
RGB
CMYK
RGB Variations
Color information
#BD3EFD (or 0xBD3EFD) is known color: Medium Orchid. HEX triplet: BD, 3E and FD. RGB value is (189,62,253). Sum of RGB (Red+Green+Blue) = 189+62+253=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 62 (24.61% from 255 or 12.30% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD3EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3EFD is #42C102. Grayscale: #797979. Windows color (decimal): -4374787 or 16596669. OLE color: 16596669.
HSL color Cylindrical-coordinate representation of color #BD3EFD: hue angle of 279.9º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD3EFD is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 62 | 253 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.01 |
| HSL | 279.9º | 0.98% | 0.62% | - |
| HSV(B) | 279.9º | 0.75% | 0.99% | - |
| XYZ | 40.44 | 21.36 | 94.92 | - |
| YUV | 121.75 | 202.08 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 253 | 0.25 | 0.75 | 0 | 0.01 | 279.9 | 0.98 | 0.62 |
| Hex | BD | 3E | FD | 19 | 4B | 0 | 1 | 118 | 62 | 3E |
| Octal | 275 | 76 | 375 | 31 | 113 | 0 | 1 | 430 | 142 | 76 |
| Binary | 10111101 | 111110 | 11111101 | 11001 | 1001011 | 0 | 1 | 100011000 | 1100010 | 111110 |
Color Harmonies of #BD3EFD
Complementary color
Monochromatic Colors of #BD3EFD
Black with #BD3EFD
Text Example
Text Example
White with #BD3EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3EFD; }
p { color: rgb(189,62,253); }
H1.HeaderClassName
{
color: #BD3EFD;
}
.AnyTagClassName
{
color: #BD3EFD;
}
</style>
background-color css
<style>
a { background-color: #BD3EFD; }
a { background-color: rgb(189,62,253); }
div.DivClassName
{
background-color: #BD3EFD;
}
.BgClassName
{
background-color: #BD3EFD;
}
</style>
border-color css
<style>
span { border-color: #BD3EFD; }
span { border-color: rgb(189,62,253); }
td.TdClassName
{
border-color: #BD3EFD;
}
.TagClassName
{
border-color: #BD3EFD;
}
</style>