Shades of Medium Orchid #BD5AF4
Tints of Medium Orchid #BD5AF4
RGB
CMYK
RGB Variations
Color information
#BD5AF4 (or 0xBD5AF4) is known color: Medium Orchid. HEX triplet: BD, 5A and F4. RGB value is (189,90,244). Sum of RGB (Red+Green+Blue) = 189+90+244=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 244 (95.70% from 255 or 46.65% from 523); Max value from RGB is 244 - color contains mainly: blue. Hex color #BD5AF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5AF4 is #42A50B. Grayscale: #888888. Windows color (decimal): -4367628 or 16014013. OLE color: 16014013.
HSL color Cylindrical-coordinate representation of color #BD5AF4: hue angle of 278.57º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD5AF4 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 90 | 244 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.04 |
| HSL | 278.57º | 0.88% | 0.65% | - |
| HSV(B) | 278.57º | 0.63% | 0.96% | - |
| XYZ | 40.97 | 24.66 | 88.19 | - |
| YUV | 137.16 | 188.3 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 90 | 244 | 0.23 | 0.63 | 0 | 0.04 | 278.57 | 0.88 | 0.65 |
| Hex | BD | 5A | F4 | 17 | 3F | 0 | 4 | 117 | 58 | 41 |
| Octal | 275 | 132 | 364 | 27 | 77 | 0 | 4 | 427 | 130 | 101 |
| Binary | 10111101 | 1011010 | 11110100 | 10111 | 111111 | 0 | 100 | 100010111 | 1011000 | 1000001 |
Color Harmonies of #BD5AF4
Complementary color
Monochromatic Colors of #BD5AF4
Black with #BD5AF4
Text Example
Text Example
White with #BD5AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5AF4; }
p { color: rgb(189,90,244); }
H1.HeaderClassName
{
color: #BD5AF4;
}
.AnyTagClassName
{
color: #BD5AF4;
}
</style>
background-color css
<style>
a { background-color: #BD5AF4; }
a { background-color: rgb(189,90,244); }
div.DivClassName
{
background-color: #BD5AF4;
}
.BgClassName
{
background-color: #BD5AF4;
}
</style>
border-color css
<style>
span { border-color: #BD5AF4; }
span { border-color: rgb(189,90,244); }
td.TdClassName
{
border-color: #BD5AF4;
}
.TagClassName
{
border-color: #BD5AF4;
}
</style>