Shades of Medium Orchid #BD3AF3
Tints of Medium Orchid #BD3AF3
RGB
CMYK
RGB Variations
Color information
#BD3AF3 (or 0xBD3AF3) is known color: Medium Orchid. HEX triplet: BD, 3A and F3. RGB value is (189,58,243). Sum of RGB (Red+Green+Blue) = 189+58+243=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 58 (23.05% from 255 or 11.84% from 490); Blue value is 243 (95.31% from 255 or 49.59% from 490); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD3AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3AF3 is #42C50C. Grayscale: #757575. Windows color (decimal): -4375821 or 15940285. OLE color: 15940285.
HSL color Cylindrical-coordinate representation of color #BD3AF3: hue angle of 282.49º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD3AF3 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 58 | 243 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.05 |
| HSL | 282.49º | 0.89% | 0.59% | - |
| HSV(B) | 282.49º | 0.76% | 0.95% | - |
| XYZ | 38.68 | 20.32 | 86.68 | - |
| YUV | 118.26 | 198.4 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 243 | 0.22 | 0.76 | 0 | 0.05 | 282.49 | 0.89 | 0.59 |
| Hex | BD | 3A | F3 | 16 | 4C | 0 | 5 | 11A | 59 | 3B |
| Octal | 275 | 72 | 363 | 26 | 114 | 0 | 5 | 432 | 131 | 73 |
| Binary | 10111101 | 111010 | 11110011 | 10110 | 1001100 | 0 | 101 | 100011010 | 1011001 | 111011 |
Color Harmonies of #BD3AF3
Complementary color
Monochromatic Colors of #BD3AF3
Black with #BD3AF3
Text Example
Text Example
White with #BD3AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3AF3; }
p { color: rgb(189,58,243); }
H1.HeaderClassName
{
color: #BD3AF3;
}
.AnyTagClassName
{
color: #BD3AF3;
}
</style>
background-color css
<style>
a { background-color: #BD3AF3; }
a { background-color: rgb(189,58,243); }
div.DivClassName
{
background-color: #BD3AF3;
}
.BgClassName
{
background-color: #BD3AF3;
}
</style>
border-color css
<style>
span { border-color: #BD3AF3; }
span { border-color: rgb(189,58,243); }
td.TdClassName
{
border-color: #BD3AF3;
}
.TagClassName
{
border-color: #BD3AF3;
}
</style>