Shades of Medium Orchid #BD4CF5
Tints of Medium Orchid #BD4CF5
RGB
CMYK
RGB Variations
Color information
#BD4CF5 (or 0xBD4CF5) is known color: Medium Orchid. HEX triplet: BD, 4C and F5. RGB value is (189,76,245). Sum of RGB (Red+Green+Blue) = 189+76+245=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 76 (30.08% from 255 or 14.90% from 510); Blue value is 245 (96.09% from 255 or 48.04% from 510); Max value from RGB is 245 - color contains mainly: blue. Hex color #BD4CF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD4CF5 is #42B30A. Grayscale: #808080. Windows color (decimal): -4371211 or 16075965. OLE color: 16075965.
HSL color Cylindrical-coordinate representation of color #BD4CF5: hue angle of 280.12º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD4CF5 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 76 | 245 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.04 |
| HSL | 280.12º | 0.89% | 0.63% | - |
| HSV(B) | 280.12º | 0.69% | 0.96% | - |
| XYZ | 40.05 | 22.58 | 88.63 | - |
| YUV | 129.05 | 193.44 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 76 | 245 | 0.23 | 0.69 | 0 | 0.04 | 280.12 | 0.89 | 0.63 |
| Hex | BD | 4C | F5 | 17 | 45 | 0 | 4 | 118 | 59 | 3F |
| Octal | 275 | 114 | 365 | 27 | 105 | 0 | 4 | 430 | 131 | 77 |
| Binary | 10111101 | 1001100 | 11110101 | 10111 | 1000101 | 0 | 100 | 100011000 | 1011001 | 111111 |
Color Harmonies of #BD4CF5
Complementary color
Monochromatic Colors of #BD4CF5
Black with #BD4CF5
Text Example
Text Example
White with #BD4CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4CF5; }
p { color: rgb(189,76,245); }
H1.HeaderClassName
{
color: #BD4CF5;
}
.AnyTagClassName
{
color: #BD4CF5;
}
</style>
background-color css
<style>
a { background-color: #BD4CF5; }
a { background-color: rgb(189,76,245); }
div.DivClassName
{
background-color: #BD4CF5;
}
.BgClassName
{
background-color: #BD4CF5;
}
</style>
border-color css
<style>
span { border-color: #BD4CF5; }
span { border-color: rgb(189,76,245); }
td.TdClassName
{
border-color: #BD4CF5;
}
.TagClassName
{
border-color: #BD4CF5;
}
</style>