Shades of Medium Orchid #BD53F3
Tints of Medium Orchid #BD53F3
RGB
CMYK
RGB Variations
Color information
#BD53F3 (or 0xBD53F3) is known color: Medium Orchid. HEX triplet: BD, 53 and F3. RGB value is (189,83,243). Sum of RGB (Red+Green+Blue) = 189+83+243=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 83 (32.81% from 255 or 16.12% from 515); Blue value is 243 (95.31% from 255 or 47.18% from 515); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD53F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD53F3 is #42AC0C. Grayscale: #848484. Windows color (decimal): -4369421 or 15946685. OLE color: 15946685.
HSL color Cylindrical-coordinate representation of color #BD53F3: hue angle of 279.75º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD53F3 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 83 | 243 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.05 |
| HSL | 279.75º | 0.87% | 0.64% | - |
| HSV(B) | 279.75º | 0.66% | 0.95% | - |
| XYZ | 40.26 | 23.48 | 87.2 | - |
| YUV | 132.93 | 190.12 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 83 | 243 | 0.22 | 0.66 | 0 | 0.05 | 279.75 | 0.87 | 0.64 |
| Hex | BD | 53 | F3 | 16 | 42 | 0 | 5 | 118 | 57 | 40 |
| Octal | 275 | 123 | 363 | 26 | 102 | 0 | 5 | 430 | 127 | 100 |
| Binary | 10111101 | 1010011 | 11110011 | 10110 | 1000010 | 0 | 101 | 100011000 | 1010111 | 1000000 |
Color Harmonies of #BD53F3
Complementary color
Monochromatic Colors of #BD53F3
Black with #BD53F3
Text Example
Text Example
White with #BD53F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD53F3; }
p { color: rgb(189,83,243); }
H1.HeaderClassName
{
color: #BD53F3;
}
.AnyTagClassName
{
color: #BD53F3;
}
</style>
background-color css
<style>
a { background-color: #BD53F3; }
a { background-color: rgb(189,83,243); }
div.DivClassName
{
background-color: #BD53F3;
}
.BgClassName
{
background-color: #BD53F3;
}
</style>
border-color css
<style>
span { border-color: #BD53F3; }
span { border-color: rgb(189,83,243); }
td.TdClassName
{
border-color: #BD53F3;
}
.TagClassName
{
border-color: #BD53F3;
}
</style>