Shades of Medium Orchid #BD3AF7
Tints of Medium Orchid #BD3AF7
RGB
CMYK
RGB Variations
Color information
#BD3AF7 (or 0xBD3AF7) is known color: Medium Orchid. HEX triplet: BD, 3A and F7. RGB value is (189,58,247). Sum of RGB (Red+Green+Blue) = 189+58+247=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 58 (23.05% from 255 or 11.74% from 494); Blue value is 247 (96.88% from 255 or 50% from 494); Max value from RGB is 247 - color contains mainly: blue. Hex color #BD3AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3AF7 is #42C508. Grayscale: #767676. Windows color (decimal): -4375817 or 16202429. OLE color: 16202429.
HSL color Cylindrical-coordinate representation of color #BD3AF7: hue angle of 281.59º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD3AF7 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 58 | 247 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.03 |
| HSL | 281.59º | 0.92% | 0.6% | - |
| HSV(B) | 281.59º | 0.77% | 0.97% | - |
| XYZ | 39.29 | 20.56 | 89.89 | - |
| YUV | 118.72 | 200.4 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 247 | 0.23 | 0.77 | 0 | 0.03 | 281.59 | 0.92 | 0.6 |
| Hex | BD | 3A | F7 | 17 | 4D | 0 | 3 | 11A | 5C | 3C |
| Octal | 275 | 72 | 367 | 27 | 115 | 0 | 3 | 432 | 134 | 74 |
| Binary | 10111101 | 111010 | 11110111 | 10111 | 1001101 | 0 | 11 | 100011010 | 1011100 | 111100 |
Color Harmonies of #BD3AF7
Complementary color
Monochromatic Colors of #BD3AF7
Black with #BD3AF7
Text Example
Text Example
White with #BD3AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3AF7; }
p { color: rgb(189,58,247); }
H1.HeaderClassName
{
color: #BD3AF7;
}
.AnyTagClassName
{
color: #BD3AF7;
}
</style>
background-color css
<style>
a { background-color: #BD3AF7; }
a { background-color: rgb(189,58,247); }
div.DivClassName
{
background-color: #BD3AF7;
}
.BgClassName
{
background-color: #BD3AF7;
}
</style>
border-color css
<style>
span { border-color: #BD3AF7; }
span { border-color: rgb(189,58,247); }
td.TdClassName
{
border-color: #BD3AF7;
}
.TagClassName
{
border-color: #BD3AF7;
}
</style>