Shades of Medium Orchid #BD4AF0
Tints of Medium Orchid #BD4AF0
RGB
CMYK
RGB Variations
Color information
#BD4AF0 (or 0xBD4AF0) is known color: Medium Orchid. HEX triplet: BD, 4A and F0. RGB value is (189,74,240). Sum of RGB (Red+Green+Blue) = 189+74+240=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 74 (29.30% from 255 or 14.71% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD4AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD4AF0 is #42B50F. Grayscale: #7E7E7E. Windows color (decimal): -4371728 or 15747773. OLE color: 15747773.
HSL color Cylindrical-coordinate representation of color #BD4AF0: hue angle of 281.57º 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 #BD4AF0 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 74 | 240 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.06 |
| HSL | 281.57º | 0.85% | 0.62% | - |
| HSV(B) | 281.57º | 0.69% | 0.94% | - |
| XYZ | 39.16 | 22.01 | 84.62 | - |
| YUV | 127.31 | 191.6 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 240 | 0.21 | 0.69 | 0 | 0.06 | 281.57 | 0.85 | 0.62 |
| Hex | BD | 4A | F0 | 15 | 45 | 0 | 6 | 11A | 55 | 3E |
| Octal | 275 | 112 | 360 | 25 | 105 | 0 | 6 | 432 | 125 | 76 |
| Binary | 10111101 | 1001010 | 11110000 | 10101 | 1000101 | 0 | 110 | 100011010 | 1010101 | 111110 |
Color Harmonies of #BD4AF0
Complementary color
Monochromatic Colors of #BD4AF0
Black with #BD4AF0
Text Example
Text Example
White with #BD4AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4AF0; }
p { color: rgb(189,74,240); }
H1.HeaderClassName
{
color: #BD4AF0;
}
.AnyTagClassName
{
color: #BD4AF0;
}
</style>
background-color css
<style>
a { background-color: #BD4AF0; }
a { background-color: rgb(189,74,240); }
div.DivClassName
{
background-color: #BD4AF0;
}
.BgClassName
{
background-color: #BD4AF0;
}
</style>
border-color css
<style>
span { border-color: #BD4AF0; }
span { border-color: rgb(189,74,240); }
td.TdClassName
{
border-color: #BD4AF0;
}
.TagClassName
{
border-color: #BD4AF0;
}
</style>