Shades of Medium Orchid #BD74DA
Tints of Medium Orchid #BD74DA
RGB
CMYK
RGB Variations
Color information
#BD74DA (or 0xBD74DA) is known color: Medium Orchid. HEX triplet: BD, 74 and DA. RGB value is (189,116,218). Sum of RGB (Red+Green+Blue) = 189+116+218=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD74DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD74DA is #428B25. Grayscale: #959595. Windows color (decimal): -4360998 or 14316733. OLE color: 14316733.
HSL color Cylindrical-coordinate representation of color #BD74DA: hue angle of 282.94º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD74DA is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 116 | 218 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.15 |
| HSL | 282.94º | 0.58% | 0.65% | - |
| HSV(B) | 282.94º | 0.47% | 0.85% | - |
| XYZ | 39.89 | 28.37 | 69.7 | - |
| YUV | 149.46 | 166.68 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 218 | 0.13 | 0.47 | 0 | 0.15 | 282.94 | 0.58 | 0.65 |
| Hex | BD | 74 | DA | D | 2F | 0 | F | 11B | 3A | 41 |
| Octal | 275 | 164 | 332 | 15 | 57 | 0 | 17 | 433 | 72 | 101 |
| Binary | 10111101 | 1110100 | 11011010 | 1101 | 101111 | 0 | 1111 | 100011011 | 111010 | 1000001 |
Color Harmonies of #BD74DA
Complementary color
Monochromatic Colors of #BD74DA
Black with #BD74DA
Text Example
Text Example
White with #BD74DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD74DA; }
p { color: rgb(189,116,218); }
H1.HeaderClassName
{
color: #BD74DA;
}
.AnyTagClassName
{
color: #BD74DA;
}
</style>
background-color css
<style>
a { background-color: #BD74DA; }
a { background-color: rgb(189,116,218); }
div.DivClassName
{
background-color: #BD74DA;
}
.BgClassName
{
background-color: #BD74DA;
}
</style>
border-color css
<style>
span { border-color: #BD74DA; }
span { border-color: rgb(189,116,218); }
td.TdClassName
{
border-color: #BD74DA;
}
.TagClassName
{
border-color: #BD74DA;
}
</style>