Shades of Medium Orchid #BD3BFE
Tints of Medium Orchid #BD3BFE
RGB
CMYK
RGB Variations
Color information
#BD3BFE (or 0xBD3BFE) is known color: Medium Orchid. HEX triplet: BD, 3B and FE. RGB value is (189,59,254). Sum of RGB (Red+Green+Blue) = 189+59+254=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 59 (23.44% from 255 or 11.75% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD3BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3BFE is #42C401. Grayscale: #777777. Windows color (decimal): -4375554 or 16661437. OLE color: 16661437.
HSL color Cylindrical-coordinate representation of color #BD3BFE: hue angle of 280º 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 #BD3BFE is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 59 | 254 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.00 |
| HSL | 280º | 0.99% | 0.61% | - |
| HSV(B) | 280º | 0.77% | 1% | - |
| XYZ | 40.44 | 21.1 | 95.71 | - |
| YUV | 120.1 | 203.57 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 59 | 254 | 0.26 | 0.77 | 0 | 0.00 | 280 | 0.99 | 0.61 |
| Hex | BD | 3B | FE | 1A | 4D | 0 | 0 | 118 | 63 | 3D |
| Octal | 275 | 73 | 376 | 32 | 115 | 0 | 0 | 430 | 143 | 75 |
| Binary | 10111101 | 111011 | 11111110 | 11010 | 1001101 | 0 | 0 | 100011000 | 1100011 | 111101 |
Color Harmonies of #BD3BFE
Complementary color
Monochromatic Colors of #BD3BFE
Black with #BD3BFE
Text Example
Text Example
White with #BD3BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3BFE; }
p { color: rgb(189,59,254); }
H1.HeaderClassName
{
color: #BD3BFE;
}
.AnyTagClassName
{
color: #BD3BFE;
}
</style>
background-color css
<style>
a { background-color: #BD3BFE; }
a { background-color: rgb(189,59,254); }
div.DivClassName
{
background-color: #BD3BFE;
}
.BgClassName
{
background-color: #BD3BFE;
}
</style>
border-color css
<style>
span { border-color: #BD3BFE; }
span { border-color: rgb(189,59,254); }
td.TdClassName
{
border-color: #BD3BFE;
}
.TagClassName
{
border-color: #BD3BFE;
}
</style>