Shades of Medium Orchid #BD4AFE
Tints of Medium Orchid #BD4AFE
RGB
CMYK
RGB Variations
Color information
#BD4AFE (or 0xBD4AFE) is known color: Medium Orchid. HEX triplet: BD, 4A and FE. RGB value is (189,74,254). Sum of RGB (Red+Green+Blue) = 189+74+254=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 74 (29.30% from 255 or 14.31% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD4AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD4AFE is #42B501. Grayscale: #808080. Windows color (decimal): -4371714 or 16665277. OLE color: 16665277.
HSL color Cylindrical-coordinate representation of color #BD4AFE: hue angle of 278.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD4AFE is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 74 | 254 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.00 |
| HSL | 278.33º | 0.99% | 0.64% | - |
| HSV(B) | 278.33º | 0.71% | 1% | - |
| XYZ | 41.32 | 22.87 | 96 | - |
| YUV | 128.91 | 198.6 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 254 | 0.26 | 0.71 | 0 | 0.00 | 278.33 | 0.99 | 0.64 |
| Hex | BD | 4A | FE | 1A | 47 | 0 | 0 | 116 | 63 | 40 |
| Octal | 275 | 112 | 376 | 32 | 107 | 0 | 0 | 426 | 143 | 100 |
| Binary | 10111101 | 1001010 | 11111110 | 11010 | 1000111 | 0 | 0 | 100010110 | 1100011 | 1000000 |
Color Harmonies of #BD4AFE
Complementary color
Monochromatic Colors of #BD4AFE
Black with #BD4AFE
Text Example
Text Example
White with #BD4AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4AFE; }
p { color: rgb(189,74,254); }
H1.HeaderClassName
{
color: #BD4AFE;
}
.AnyTagClassName
{
color: #BD4AFE;
}
</style>
background-color css
<style>
a { background-color: #BD4AFE; }
a { background-color: rgb(189,74,254); }
div.DivClassName
{
background-color: #BD4AFE;
}
.BgClassName
{
background-color: #BD4AFE;
}
</style>
border-color css
<style>
span { border-color: #BD4AFE; }
span { border-color: rgb(189,74,254); }
td.TdClassName
{
border-color: #BD4AFE;
}
.TagClassName
{
border-color: #BD4AFE;
}
</style>