Shades of Medium Orchid #BF4AF4
Tints of Medium Orchid #BF4AF4
RGB
CMYK
RGB Variations
Color information
#BF4AF4 (or 0xBF4AF4) is known color: Medium Orchid. HEX triplet: BF, 4A and F4. RGB value is (191,74,244). Sum of RGB (Red+Green+Blue) = 191+74+244=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 74 (29.30% from 255 or 14.54% from 509); Blue value is 244 (95.70% from 255 or 47.94% from 509); Max value from RGB is 244 - color contains mainly: blue. Hex color #BF4AF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4AF4 is #40B50B. Grayscale: #7F7F7F. Windows color (decimal): -4240652 or 16009919. OLE color: 16009919.
HSL color Cylindrical-coordinate representation of color #BF4AF4: hue angle of 281.29º 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 #BF4AF4 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 74 | 244 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.04 |
| HSL | 281.29º | 0.89% | 0.62% | - |
| HSV(B) | 281.29º | 0.7% | 0.96% | - |
| XYZ | 40.26 | 22.51 | 87.81 | - |
| YUV | 128.36 | 193.26 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 244 | 0.22 | 0.70 | 0 | 0.04 | 281.29 | 0.89 | 0.62 |
| Hex | BF | 4A | F4 | 16 | 46 | 0 | 4 | 119 | 59 | 3E |
| Octal | 277 | 112 | 364 | 26 | 106 | 0 | 4 | 431 | 131 | 76 |
| Binary | 10111111 | 1001010 | 11110100 | 10110 | 1000110 | 0 | 100 | 100011001 | 1011001 | 111110 |
Color Harmonies of #BF4AF4
Complementary color
Monochromatic Colors of #BF4AF4
Black with #BF4AF4
Text Example
Text Example
White with #BF4AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4AF4; }
p { color: rgb(191,74,244); }
H1.HeaderClassName
{
color: #BF4AF4;
}
.AnyTagClassName
{
color: #BF4AF4;
}
</style>
background-color css
<style>
a { background-color: #BF4AF4; }
a { background-color: rgb(191,74,244); }
div.DivClassName
{
background-color: #BF4AF4;
}
.BgClassName
{
background-color: #BF4AF4;
}
</style>
border-color css
<style>
span { border-color: #BF4AF4; }
span { border-color: rgb(191,74,244); }
td.TdClassName
{
border-color: #BF4AF4;
}
.TagClassName
{
border-color: #BF4AF4;
}
</style>