Shades of Medium Orchid #BD3EFF
Tints of Medium Orchid #BD3EFF
RGB
CMYK
RGB Variations
Color information
#BD3EFF (or 0xBD3EFF) is known color: Medium Orchid. HEX triplet: BD, 3E and FF. RGB value is (189,62,255). Sum of RGB (Red+Green+Blue) = 189+62+255=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 62 (24.61% from 255 or 12.25% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD3EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3EFF is #42C100. Grayscale: #797979. Windows color (decimal): -4374785 or 16727741. OLE color: 16727741.
HSL color Cylindrical-coordinate representation of color #BD3EFF: hue angle of 279.48º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD3EFF is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 62 | 255 | - |
| CMYK | 0.26 | 0.76 | 0 | 0 |
| HSL | 279.48º | 1% | 0.62% | - |
| HSV(B) | 279.48º | 0.76% | 1% | - |
| XYZ | 40.76 | 21.48 | 96.61 | - |
| YUV | 121.98 | 203.08 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 255 | 0.26 | 0.76 | 0 | 0 | 279.48 | 1 | 0.62 |
| Hex | BD | 3E | FF | 1A | 4C | 0 | 0 | 117 | 64 | 3E |
| Octal | 275 | 76 | 377 | 32 | 114 | 0 | 0 | 427 | 144 | 76 |
| Binary | 10111101 | 111110 | 11111111 | 11010 | 1001100 | 0 | 0 | 100010111 | 1100100 | 111110 |
Color Harmonies of #BD3EFF
Complementary color
Monochromatic Colors of #BD3EFF
Black with #BD3EFF
Text Example
Text Example
White with #BD3EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3EFF; }
p { color: rgb(189,62,255); }
H1.HeaderClassName
{
color: #BD3EFF;
}
.AnyTagClassName
{
color: #BD3EFF;
}
</style>
background-color css
<style>
a { background-color: #BD3EFF; }
a { background-color: rgb(189,62,255); }
div.DivClassName
{
background-color: #BD3EFF;
}
.BgClassName
{
background-color: #BD3EFF;
}
</style>
border-color css
<style>
span { border-color: #BD3EFF; }
span { border-color: rgb(189,62,255); }
td.TdClassName
{
border-color: #BD3EFF;
}
.TagClassName
{
border-color: #BD3EFF;
}
</style>