Shades of Medium Orchid #BD52F7
Tints of Medium Orchid #BD52F7
RGB
CMYK
RGB Variations
Color information
#BD52F7 (or 0xBD52F7) is known color: Medium Orchid. HEX triplet: BD, 52 and F7. RGB value is (189,82,247). Sum of RGB (Red+Green+Blue) = 189+82+247=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 82 (32.42% from 255 or 15.83% from 518); Blue value is 247 (96.88% from 255 or 47.68% from 518); Max value from RGB is 247 - color contains mainly: blue. Hex color #BD52F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD52F7 is #42AD08. Grayscale: #848484. Windows color (decimal): -4369673 or 16208573. OLE color: 16208573.
HSL color Cylindrical-coordinate representation of color #BD52F7: hue angle of 278.91º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD52F7 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 82 | 247 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.03 |
| HSL | 278.91º | 0.91% | 0.65% | - |
| HSV(B) | 278.91º | 0.67% | 0.97% | - |
| XYZ | 40.79 | 23.57 | 90.39 | - |
| YUV | 132.8 | 192.45 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 247 | 0.23 | 0.67 | 0 | 0.03 | 278.91 | 0.91 | 0.65 |
| Hex | BD | 52 | F7 | 17 | 43 | 0 | 3 | 117 | 5B | 41 |
| Octal | 275 | 122 | 367 | 27 | 103 | 0 | 3 | 427 | 133 | 101 |
| Binary | 10111101 | 1010010 | 11110111 | 10111 | 1000011 | 0 | 11 | 100010111 | 1011011 | 1000001 |
Color Harmonies of #BD52F7
Complementary color
Monochromatic Colors of #BD52F7
Black with #BD52F7
Text Example
Text Example
White with #BD52F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD52F7; }
p { color: rgb(189,82,247); }
H1.HeaderClassName
{
color: #BD52F7;
}
.AnyTagClassName
{
color: #BD52F7;
}
</style>
background-color css
<style>
a { background-color: #BD52F7; }
a { background-color: rgb(189,82,247); }
div.DivClassName
{
background-color: #BD52F7;
}
.BgClassName
{
background-color: #BD52F7;
}
</style>
border-color css
<style>
span { border-color: #BD52F7; }
span { border-color: rgb(189,82,247); }
td.TdClassName
{
border-color: #BD52F7;
}
.TagClassName
{
border-color: #BD52F7;
}
</style>