Shades of Medium Orchid #BF4AF1
Tints of Medium Orchid #BF4AF1
RGB
CMYK
RGB Variations
Color information
#BF4AF1 (or 0xBF4AF1) is known color: Medium Orchid. HEX triplet: BF, 4A and F1. RGB value is (191,74,241). Sum of RGB (Red+Green+Blue) = 191+74+241=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 74 (29.30% from 255 or 14.62% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF4AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4AF1 is #40B50E. Grayscale: #7F7F7F. Windows color (decimal): -4240655 or 15813311. OLE color: 15813311.
HSL color Cylindrical-coordinate representation of color #BF4AF1: hue angle of 282.04º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF4AF1 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 74 | 241 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.05 |
| HSL | 282.04º | 0.86% | 0.62% | - |
| HSV(B) | 282.04º | 0.69% | 0.95% | - |
| XYZ | 39.81 | 22.32 | 85.43 | - |
| YUV | 128.02 | 191.76 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 241 | 0.21 | 0.69 | 0 | 0.05 | 282.04 | 0.86 | 0.62 |
| Hex | BF | 4A | F1 | 15 | 45 | 0 | 5 | 11A | 56 | 3E |
| Octal | 277 | 112 | 361 | 25 | 105 | 0 | 5 | 432 | 126 | 76 |
| Binary | 10111111 | 1001010 | 11110001 | 10101 | 1000101 | 0 | 101 | 100011010 | 1010110 | 111110 |
Color Harmonies of #BF4AF1
Complementary color
Monochromatic Colors of #BF4AF1
Black with #BF4AF1
Text Example
Text Example
White with #BF4AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4AF1; }
p { color: rgb(191,74,241); }
H1.HeaderClassName
{
color: #BF4AF1;
}
.AnyTagClassName
{
color: #BF4AF1;
}
</style>
background-color css
<style>
a { background-color: #BF4AF1; }
a { background-color: rgb(191,74,241); }
div.DivClassName
{
background-color: #BF4AF1;
}
.BgClassName
{
background-color: #BF4AF1;
}
</style>
border-color css
<style>
span { border-color: #BF4AF1; }
span { border-color: rgb(191,74,241); }
td.TdClassName
{
border-color: #BF4AF1;
}
.TagClassName
{
border-color: #BF4AF1;
}
</style>