Shades of Medium Orchid #BD4ADF
Tints of Medium Orchid #BD4ADF
RGB
CMYK
RGB Variations
Color information
#BD4ADF (or 0xBD4ADF) is known color: Medium Orchid. HEX triplet: BD, 4A and DF. RGB value is (189,74,223). Sum of RGB (Red+Green+Blue) = 189+74+223=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD4ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4ADF is #42B520. Grayscale: #7C7C7C. Windows color (decimal): -4371745 or 14633661. OLE color: 14633661.
HSL color Cylindrical-coordinate representation of color #BD4ADF: hue angle of 286.31º degrees, saturation: 0.7, 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 #BD4ADF is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 74 | 223 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.13 |
| HSL | 286.31º | 0.7% | 0.58% | - |
| HSV(B) | 286.31º | 0.67% | 0.87% | - |
| XYZ | 36.75 | 21.04 | 71.94 | - |
| YUV | 125.37 | 183.1 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 223 | 0.15 | 0.67 | 0 | 0.13 | 286.31 | 0.7 | 0.58 |
| Hex | BD | 4A | DF | F | 43 | 0 | D | 11E | 46 | 3A |
| Octal | 275 | 112 | 337 | 17 | 103 | 0 | 15 | 436 | 106 | 72 |
| Binary | 10111101 | 1001010 | 11011111 | 1111 | 1000011 | 0 | 1101 | 100011110 | 1000110 | 111010 |
Color Harmonies of #BD4ADF
Complementary color
Monochromatic Colors of #BD4ADF
Black with #BD4ADF
Text Example
Text Example
White with #BD4ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4ADF; }
p { color: rgb(189,74,223); }
H1.HeaderClassName
{
color: #BD4ADF;
}
.AnyTagClassName
{
color: #BD4ADF;
}
</style>
background-color css
<style>
a { background-color: #BD4ADF; }
a { background-color: rgb(189,74,223); }
div.DivClassName
{
background-color: #BD4ADF;
}
.BgClassName
{
background-color: #BD4ADF;
}
</style>
border-color css
<style>
span { border-color: #BD4ADF; }
span { border-color: rgb(189,74,223); }
td.TdClassName
{
border-color: #BD4ADF;
}
.TagClassName
{
border-color: #BD4ADF;
}
</style>