Shades of Medium Orchid #BD4DF0
Tints of Medium Orchid #BD4DF0
RGB
CMYK
RGB Variations
Color information
#BD4DF0 (or 0xBD4DF0) is known color: Medium Orchid. HEX triplet: BD, 4D and F0. RGB value is (189,77,240). Sum of RGB (Red+Green+Blue) = 189+77+240=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD4DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD4DF0 is #42B20F. Grayscale: #808080. Windows color (decimal): -4370960 or 15748541. OLE color: 15748541.
HSL color Cylindrical-coordinate representation of color #BD4DF0: hue angle of 281.23º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD4DF0 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 77 | 240 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.06 |
| HSL | 281.23º | 0.84% | 0.62% | - |
| HSV(B) | 281.23º | 0.68% | 0.94% | - |
| XYZ | 39.37 | 22.42 | 84.69 | - |
| YUV | 129.07 | 190.61 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 240 | 0.21 | 0.68 | 0 | 0.06 | 281.23 | 0.84 | 0.62 |
| Hex | BD | 4D | F0 | 15 | 44 | 0 | 6 | 119 | 54 | 3E |
| Octal | 275 | 115 | 360 | 25 | 104 | 0 | 6 | 431 | 124 | 76 |
| Binary | 10111101 | 1001101 | 11110000 | 10101 | 1000100 | 0 | 110 | 100011001 | 1010100 | 111110 |
Color Harmonies of #BD4DF0
Complementary color
Monochromatic Colors of #BD4DF0
Black with #BD4DF0
Text Example
Text Example
White with #BD4DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4DF0; }
p { color: rgb(189,77,240); }
H1.HeaderClassName
{
color: #BD4DF0;
}
.AnyTagClassName
{
color: #BD4DF0;
}
</style>
background-color css
<style>
a { background-color: #BD4DF0; }
a { background-color: rgb(189,77,240); }
div.DivClassName
{
background-color: #BD4DF0;
}
.BgClassName
{
background-color: #BD4DF0;
}
</style>
border-color css
<style>
span { border-color: #BD4DF0; }
span { border-color: rgb(189,77,240); }
td.TdClassName
{
border-color: #BD4DF0;
}
.TagClassName
{
border-color: #BD4DF0;
}
</style>