Shades of Medium Orchid #BD3FEA
Tints of Medium Orchid #BD3FEA
RGB
CMYK
RGB Variations
Color information
#BD3FEA (or 0xBD3FEA) is known color: Medium Orchid. HEX triplet: BD, 3F and EA. RGB value is (189,63,234). Sum of RGB (Red+Green+Blue) = 189+63+234=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 63 (25% from 255 or 12.96% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD3FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3FEA is #42C015. Grayscale: #777777. Windows color (decimal): -4374550 or 15351741. OLE color: 15351741.
HSL color Cylindrical-coordinate representation of color #BD3FEA: hue angle of 284.21º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD3FEA is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 63 | 234 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.08 |
| HSL | 284.21º | 0.8% | 0.58% | - |
| HSV(B) | 284.21º | 0.73% | 0.92% | - |
| XYZ | 37.62 | 20.31 | 79.78 | - |
| YUV | 120.17 | 192.24 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 234 | 0.19 | 0.73 | 0 | 0.08 | 284.21 | 0.8 | 0.58 |
| Hex | BD | 3F | EA | 13 | 49 | 0 | 8 | 11C | 50 | 3A |
| Octal | 275 | 77 | 352 | 23 | 111 | 0 | 10 | 434 | 120 | 72 |
| Binary | 10111101 | 111111 | 11101010 | 10011 | 1001001 | 0 | 1000 | 100011100 | 1010000 | 111010 |
Color Harmonies of #BD3FEA
Complementary color
Monochromatic Colors of #BD3FEA
Black with #BD3FEA
Text Example
Text Example
White with #BD3FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3FEA; }
p { color: rgb(189,63,234); }
H1.HeaderClassName
{
color: #BD3FEA;
}
.AnyTagClassName
{
color: #BD3FEA;
}
</style>
background-color css
<style>
a { background-color: #BD3FEA; }
a { background-color: rgb(189,63,234); }
div.DivClassName
{
background-color: #BD3FEA;
}
.BgClassName
{
background-color: #BD3FEA;
}
</style>
border-color css
<style>
span { border-color: #BD3FEA; }
span { border-color: rgb(189,63,234); }
td.TdClassName
{
border-color: #BD3FEA;
}
.TagClassName
{
border-color: #BD3FEA;
}
</style>