Shades of Medium Orchid #BD4AF4
Tints of Medium Orchid #BD4AF4
RGB
CMYK
RGB Variations
Color information
#BD4AF4 (or 0xBD4AF4) is known color: Medium Orchid. HEX triplet: BD, 4A and F4. RGB value is (189,74,244). Sum of RGB (Red+Green+Blue) = 189+74+244=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 244 (95.70% from 255 or 48.13% from 507); Max value from RGB is 244 - color contains mainly: blue. Hex color #BD4AF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD4AF4 is #42B50B. Grayscale: #7F7F7F. Windows color (decimal): -4371724 or 16009917. OLE color: 16009917.
HSL color Cylindrical-coordinate representation of color #BD4AF4: hue angle of 280.59º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD4AF4 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 74 | 244 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.04 |
| HSL | 280.59º | 0.89% | 0.62% | - |
| HSV(B) | 280.59º | 0.7% | 0.96% | - |
| XYZ | 39.76 | 22.25 | 87.79 | - |
| YUV | 127.77 | 193.6 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 244 | 0.23 | 0.70 | 0 | 0.04 | 280.59 | 0.89 | 0.62 |
| Hex | BD | 4A | F4 | 17 | 46 | 0 | 4 | 119 | 59 | 3E |
| Octal | 275 | 112 | 364 | 27 | 106 | 0 | 4 | 431 | 131 | 76 |
| Binary | 10111101 | 1001010 | 11110100 | 10111 | 1000110 | 0 | 100 | 100011001 | 1011001 | 111110 |
Color Harmonies of #BD4AF4
Complementary color
Monochromatic Colors of #BD4AF4
Black with #BD4AF4
Text Example
Text Example
White with #BD4AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4AF4; }
p { color: rgb(189,74,244); }
H1.HeaderClassName
{
color: #BD4AF4;
}
.AnyTagClassName
{
color: #BD4AF4;
}
</style>
background-color css
<style>
a { background-color: #BD4AF4; }
a { background-color: rgb(189,74,244); }
div.DivClassName
{
background-color: #BD4AF4;
}
.BgClassName
{
background-color: #BD4AF4;
}
</style>
border-color css
<style>
span { border-color: #BD4AF4; }
span { border-color: rgb(189,74,244); }
td.TdClassName
{
border-color: #BD4AF4;
}
.TagClassName
{
border-color: #BD4AF4;
}
</style>