Shades of Medium Orchid #BD4BF0
Tints of Medium Orchid #BD4BF0
RGB
CMYK
RGB Variations
Color information
#BD4BF0 (or 0xBD4BF0) is known color: Medium Orchid. HEX triplet: BD, 4B and F0. RGB value is (189,75,240). Sum of RGB (Red+Green+Blue) = 189+75+240=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 75 (29.69% from 255 or 14.88% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD4BF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD4BF0 is #42B40F. Grayscale: #7F7F7F. Windows color (decimal): -4371472 or 15748029. OLE color: 15748029.
HSL color Cylindrical-coordinate representation of color #BD4BF0: hue angle of 281.45º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD4BF0 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 75 | 240 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.06 |
| HSL | 281.45º | 0.85% | 0.62% | - |
| HSV(B) | 281.45º | 0.69% | 0.94% | - |
| XYZ | 39.23 | 22.14 | 84.64 | - |
| YUV | 127.9 | 191.27 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 240 | 0.21 | 0.69 | 0 | 0.06 | 281.45 | 0.85 | 0.62 |
| Hex | BD | 4B | F0 | 15 | 45 | 0 | 6 | 119 | 55 | 3E |
| Octal | 275 | 113 | 360 | 25 | 105 | 0 | 6 | 431 | 125 | 76 |
| Binary | 10111101 | 1001011 | 11110000 | 10101 | 1000101 | 0 | 110 | 100011001 | 1010101 | 111110 |
Color Harmonies of #BD4BF0
Complementary color
Monochromatic Colors of #BD4BF0
Black with #BD4BF0
Text Example
Text Example
White with #BD4BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4BF0; }
p { color: rgb(189,75,240); }
H1.HeaderClassName
{
color: #BD4BF0;
}
.AnyTagClassName
{
color: #BD4BF0;
}
</style>
background-color css
<style>
a { background-color: #BD4BF0; }
a { background-color: rgb(189,75,240); }
div.DivClassName
{
background-color: #BD4BF0;
}
.BgClassName
{
background-color: #BD4BF0;
}
</style>
border-color css
<style>
span { border-color: #BD4BF0; }
span { border-color: rgb(189,75,240); }
td.TdClassName
{
border-color: #BD4BF0;
}
.TagClassName
{
border-color: #BD4BF0;
}
</style>