Shades of Medium Orchid #BD3AFE
Tints of Medium Orchid #BD3AFE
RGB
CMYK
RGB Variations
Color information
#BD3AFE (or 0xBD3AFE) is known color: Medium Orchid. HEX triplet: BD, 3A and FE. RGB value is (189,58,254). Sum of RGB (Red+Green+Blue) = 189+58+254=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 58 (23.05% from 255 or 11.58% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD3AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3AFE is #42C501. Grayscale: #767676. Windows color (decimal): -4375810 or 16661181. OLE color: 16661181.
HSL color Cylindrical-coordinate representation of color #BD3AFE: hue angle of 280.1º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD3AFE is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 58 | 254 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.00 |
| HSL | 280.1º | 0.99% | 0.61% | - |
| HSV(B) | 280.1º | 0.77% | 1% | - |
| XYZ | 40.39 | 21 | 95.69 | - |
| YUV | 119.51 | 203.9 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 254 | 0.26 | 0.77 | 0 | 0.00 | 280.1 | 0.99 | 0.61 |
| Hex | BD | 3A | FE | 1A | 4D | 0 | 0 | 118 | 63 | 3D |
| Octal | 275 | 72 | 376 | 32 | 115 | 0 | 0 | 430 | 143 | 75 |
| Binary | 10111101 | 111010 | 11111110 | 11010 | 1001101 | 0 | 0 | 100011000 | 1100011 | 111101 |
Color Harmonies of #BD3AFE
Complementary color
Monochromatic Colors of #BD3AFE
Black with #BD3AFE
Text Example
Text Example
White with #BD3AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3AFE; }
p { color: rgb(189,58,254); }
H1.HeaderClassName
{
color: #BD3AFE;
}
.AnyTagClassName
{
color: #BD3AFE;
}
</style>
background-color css
<style>
a { background-color: #BD3AFE; }
a { background-color: rgb(189,58,254); }
div.DivClassName
{
background-color: #BD3AFE;
}
.BgClassName
{
background-color: #BD3AFE;
}
</style>
border-color css
<style>
span { border-color: #BD3AFE; }
span { border-color: rgb(189,58,254); }
td.TdClassName
{
border-color: #BD3AFE;
}
.TagClassName
{
border-color: #BD3AFE;
}
</style>