Shades of Medium Orchid #BD3AF9
Tints of Medium Orchid #BD3AF9
RGB
CMYK
RGB Variations
Color information
#BD3AF9 (or 0xBD3AF9) is known color: Medium Orchid. HEX triplet: BD, 3A and F9. RGB value is (189,58,249). Sum of RGB (Red+Green+Blue) = 189+58+249=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 58 (23.05% from 255 or 11.69% from 496); Blue value is 249 (97.66% from 255 or 50.20% from 496); Max value from RGB is 249 - color contains mainly: blue. Hex color #BD3AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3AF9 is #42C506. Grayscale: #767676. Windows color (decimal): -4375815 or 16333501. OLE color: 16333501.
HSL color Cylindrical-coordinate representation of color #BD3AF9: hue angle of 281.15º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD3AF9 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 58 | 249 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.02 |
| HSL | 281.15º | 0.94% | 0.6% | - |
| HSV(B) | 281.15º | 0.77% | 0.98% | - |
| XYZ | 39.6 | 20.68 | 91.53 | - |
| YUV | 118.94 | 201.4 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 249 | 0.24 | 0.77 | 0 | 0.02 | 281.15 | 0.94 | 0.6 |
| Hex | BD | 3A | F9 | 18 | 4D | 0 | 2 | 119 | 5E | 3C |
| Octal | 275 | 72 | 371 | 30 | 115 | 0 | 2 | 431 | 136 | 74 |
| Binary | 10111101 | 111010 | 11111001 | 11000 | 1001101 | 0 | 10 | 100011001 | 1011110 | 111100 |
Color Harmonies of #BD3AF9
Complementary color
Monochromatic Colors of #BD3AF9
Black with #BD3AF9
Text Example
Text Example
White with #BD3AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3AF9; }
p { color: rgb(189,58,249); }
H1.HeaderClassName
{
color: #BD3AF9;
}
.AnyTagClassName
{
color: #BD3AF9;
}
</style>
background-color css
<style>
a { background-color: #BD3AF9; }
a { background-color: rgb(189,58,249); }
div.DivClassName
{
background-color: #BD3AF9;
}
.BgClassName
{
background-color: #BD3AF9;
}
</style>
border-color css
<style>
span { border-color: #BD3AF9; }
span { border-color: rgb(189,58,249); }
td.TdClassName
{
border-color: #BD3AF9;
}
.TagClassName
{
border-color: #BD3AF9;
}
</style>