Shades of Medium Orchid #BD5AF2
Tints of Medium Orchid #BD5AF2
RGB
CMYK
RGB Variations
Color information
#BD5AF2 (or 0xBD5AF2) is known color: Medium Orchid. HEX triplet: BD, 5A and F2. RGB value is (189,90,242). Sum of RGB (Red+Green+Blue) = 189+90+242=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD5AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5AF2 is #42A50D. Grayscale: #888888. Windows color (decimal): -4367630 or 15882941. OLE color: 15882941.
HSL color Cylindrical-coordinate representation of color #BD5AF2: hue angle of 279.08º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD5AF2 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 90 | 242 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.05 |
| HSL | 279.08º | 0.85% | 0.65% | - |
| HSV(B) | 279.08º | 0.63% | 0.95% | - |
| XYZ | 40.67 | 24.54 | 86.6 | - |
| YUV | 136.93 | 187.3 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 90 | 242 | 0.22 | 0.63 | 0 | 0.05 | 279.08 | 0.85 | 0.65 |
| Hex | BD | 5A | F2 | 16 | 3F | 0 | 5 | 117 | 55 | 41 |
| Octal | 275 | 132 | 362 | 26 | 77 | 0 | 5 | 427 | 125 | 101 |
| Binary | 10111101 | 1011010 | 11110010 | 10110 | 111111 | 0 | 101 | 100010111 | 1010101 | 1000001 |
Color Harmonies of #BD5AF2
Complementary color
Monochromatic Colors of #BD5AF2
Black with #BD5AF2
Text Example
Text Example
White with #BD5AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5AF2; }
p { color: rgb(189,90,242); }
H1.HeaderClassName
{
color: #BD5AF2;
}
.AnyTagClassName
{
color: #BD5AF2;
}
</style>
background-color css
<style>
a { background-color: #BD5AF2; }
a { background-color: rgb(189,90,242); }
div.DivClassName
{
background-color: #BD5AF2;
}
.BgClassName
{
background-color: #BD5AF2;
}
</style>
border-color css
<style>
span { border-color: #BD5AF2; }
span { border-color: rgb(189,90,242); }
td.TdClassName
{
border-color: #BD5AF2;
}
.TagClassName
{
border-color: #BD5AF2;
}
</style>