Shades of Medium Orchid #BD3DFE
Tints of Medium Orchid #BD3DFE
RGB
CMYK
RGB Variations
Color information
#BD3DFE (or 0xBD3DFE) is known color: Medium Orchid. HEX triplet: BD, 3D and FE. RGB value is (189,61,254). Sum of RGB (Red+Green+Blue) = 189+61+254=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 61 (24.22% from 255 or 12.10% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD3DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3DFE is #42C201. Grayscale: #787878. Windows color (decimal): -4375042 or 16661949. OLE color: 16661949.
HSL color Cylindrical-coordinate representation of color #BD3DFE: hue angle of 279.79º 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 #BD3DFE is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 61 | 254 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.00 |
| HSL | 279.79º | 0.99% | 0.62% | - |
| HSV(B) | 279.79º | 0.76% | 1% | - |
| XYZ | 40.54 | 21.31 | 95.74 | - |
| YUV | 121.27 | 202.91 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 254 | 0.26 | 0.76 | 0 | 0.00 | 279.79 | 0.99 | 0.62 |
| Hex | BD | 3D | FE | 1A | 4C | 0 | 0 | 118 | 63 | 3E |
| Octal | 275 | 75 | 376 | 32 | 114 | 0 | 0 | 430 | 143 | 76 |
| Binary | 10111101 | 111101 | 11111110 | 11010 | 1001100 | 0 | 0 | 100011000 | 1100011 | 111110 |
Color Harmonies of #BD3DFE
Complementary color
Monochromatic Colors of #BD3DFE
Black with #BD3DFE
Text Example
Text Example
White with #BD3DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3DFE; }
p { color: rgb(189,61,254); }
H1.HeaderClassName
{
color: #BD3DFE;
}
.AnyTagClassName
{
color: #BD3DFE;
}
</style>
background-color css
<style>
a { background-color: #BD3DFE; }
a { background-color: rgb(189,61,254); }
div.DivClassName
{
background-color: #BD3DFE;
}
.BgClassName
{
background-color: #BD3DFE;
}
</style>
border-color css
<style>
span { border-color: #BD3DFE; }
span { border-color: rgb(189,61,254); }
td.TdClassName
{
border-color: #BD3DFE;
}
.TagClassName
{
border-color: #BD3DFE;
}
</style>