Shades of Medium Orchid #BD4ADD
Tints of Medium Orchid #BD4ADD
RGB
CMYK
RGB Variations
Color information
#BD4ADD (or 0xBD4ADD) is known color: Medium Orchid. HEX triplet: BD, 4A and DD. RGB value is (189,74,221). Sum of RGB (Red+Green+Blue) = 189+74+221=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD4ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4ADD is #42B522. Grayscale: #7C7C7C. Windows color (decimal): -4371747 or 14502589. OLE color: 14502589.
HSL color Cylindrical-coordinate representation of color #BD4ADD: hue angle of 286.94º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD4ADD is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 74 | 221 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.13 |
| HSL | 286.94º | 0.68% | 0.58% | - |
| HSV(B) | 286.94º | 0.67% | 0.87% | - |
| XYZ | 36.49 | 20.94 | 70.52 | - |
| YUV | 125.14 | 182.1 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 221 | 0.14 | 0.67 | 0 | 0.13 | 286.94 | 0.68 | 0.58 |
| Hex | BD | 4A | DD | E | 43 | 0 | D | 11F | 44 | 3A |
| Octal | 275 | 112 | 335 | 16 | 103 | 0 | 15 | 437 | 104 | 72 |
| Binary | 10111101 | 1001010 | 11011101 | 1110 | 1000011 | 0 | 1101 | 100011111 | 1000100 | 111010 |
Color Harmonies of #BD4ADD
Complementary color
Monochromatic Colors of #BD4ADD
Black with #BD4ADD
Text Example
Text Example
White with #BD4ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4ADD; }
p { color: rgb(189,74,221); }
H1.HeaderClassName
{
color: #BD4ADD;
}
.AnyTagClassName
{
color: #BD4ADD;
}
</style>
background-color css
<style>
a { background-color: #BD4ADD; }
a { background-color: rgb(189,74,221); }
div.DivClassName
{
background-color: #BD4ADD;
}
.BgClassName
{
background-color: #BD4ADD;
}
</style>
border-color css
<style>
span { border-color: #BD4ADD; }
span { border-color: rgb(189,74,221); }
td.TdClassName
{
border-color: #BD4ADD;
}
.TagClassName
{
border-color: #BD4ADD;
}
</style>