Shades of Medium Orchid #BF5AF1
Tints of Medium Orchid #BF5AF1
RGB
CMYK
RGB Variations
Color information
#BF5AF1 (or 0xBF5AF1) is known color: Medium Orchid. HEX triplet: BF, 5A and F1. RGB value is (191,90,241). Sum of RGB (Red+Green+Blue) = 191+90+241=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 90 (35.55% from 255 or 17.24% from 522); Blue value is 241 (94.53% from 255 or 46.17% from 522); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF5AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5AF1 is #40A50E. Grayscale: #888888. Windows color (decimal): -4236559 or 15817407. OLE color: 15817407.
HSL color Cylindrical-coordinate representation of color #BF5AF1: hue angle of 280.13º degrees, saturation: 0.84, 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 #BF5AF1 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 90 | 241 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.05 |
| HSL | 280.13º | 0.84% | 0.65% | - |
| HSV(B) | 280.13º | 0.63% | 0.95% | - |
| XYZ | 41.02 | 24.74 | 85.83 | - |
| YUV | 137.41 | 186.46 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 241 | 0.21 | 0.63 | 0 | 0.05 | 280.13 | 0.84 | 0.65 |
| Hex | BF | 5A | F1 | 15 | 3F | 0 | 5 | 118 | 54 | 41 |
| Octal | 277 | 132 | 361 | 25 | 77 | 0 | 5 | 430 | 124 | 101 |
| Binary | 10111111 | 1011010 | 11110001 | 10101 | 111111 | 0 | 101 | 100011000 | 1010100 | 1000001 |
Color Harmonies of #BF5AF1
Complementary color
Monochromatic Colors of #BF5AF1
Black with #BF5AF1
Text Example
Text Example
White with #BF5AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5AF1; }
p { color: rgb(191,90,241); }
H1.HeaderClassName
{
color: #BF5AF1;
}
.AnyTagClassName
{
color: #BF5AF1;
}
</style>
background-color css
<style>
a { background-color: #BF5AF1; }
a { background-color: rgb(191,90,241); }
div.DivClassName
{
background-color: #BF5AF1;
}
.BgClassName
{
background-color: #BF5AF1;
}
</style>
border-color css
<style>
span { border-color: #BF5AF1; }
span { border-color: rgb(191,90,241); }
td.TdClassName
{
border-color: #BF5AF1;
}
.TagClassName
{
border-color: #BF5AF1;
}
</style>