Shades of Medium Orchid #BD3CFE
Tints of Medium Orchid #BD3CFE
RGB
CMYK
RGB Variations
Color information
#BD3CFE (or 0xBD3CFE) is known color: Medium Orchid. HEX triplet: BD, 3C and FE. RGB value is (189,60,254). Sum of RGB (Red+Green+Blue) = 189+60+254=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 60 (23.83% from 255 or 11.93% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD3CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3CFE is #42C301. Grayscale: #787878. Windows color (decimal): -4375298 or 16661693. OLE color: 16661693.
HSL color Cylindrical-coordinate representation of color #BD3CFE: hue angle of 279.9º 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 #BD3CFE is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 60 | 254 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.00 |
| HSL | 279.9º | 0.99% | 0.62% | - |
| HSV(B) | 279.9º | 0.76% | 1% | - |
| XYZ | 40.49 | 21.21 | 95.73 | - |
| YUV | 120.69 | 203.24 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 254 | 0.26 | 0.76 | 0 | 0.00 | 279.9 | 0.99 | 0.62 |
| Hex | BD | 3C | FE | 1A | 4C | 0 | 0 | 118 | 63 | 3E |
| Octal | 275 | 74 | 376 | 32 | 114 | 0 | 0 | 430 | 143 | 76 |
| Binary | 10111101 | 111100 | 11111110 | 11010 | 1001100 | 0 | 0 | 100011000 | 1100011 | 111110 |
Color Harmonies of #BD3CFE
Complementary color
Monochromatic Colors of #BD3CFE
Black with #BD3CFE
Text Example
Text Example
White with #BD3CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3CFE; }
p { color: rgb(189,60,254); }
H1.HeaderClassName
{
color: #BD3CFE;
}
.AnyTagClassName
{
color: #BD3CFE;
}
</style>
background-color css
<style>
a { background-color: #BD3CFE; }
a { background-color: rgb(189,60,254); }
div.DivClassName
{
background-color: #BD3CFE;
}
.BgClassName
{
background-color: #BD3CFE;
}
</style>
border-color css
<style>
span { border-color: #BD3CFE; }
span { border-color: rgb(189,60,254); }
td.TdClassName
{
border-color: #BD3CFE;
}
.TagClassName
{
border-color: #BD3CFE;
}
</style>