Shades of Medium Orchid #BF4AF8
Tints of Medium Orchid #BF4AF8
RGB
CMYK
RGB Variations
Color information
#BF4AF8 (or 0xBF4AF8) is known color: Medium Orchid. HEX triplet: BF, 4A and F8. RGB value is (191,74,248). Sum of RGB (Red+Green+Blue) = 191+74+248=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 74 (29.30% from 255 or 14.42% from 513); Blue value is 248 (97.27% from 255 or 48.34% from 513); Max value from RGB is 248 - color contains mainly: blue. Hex color #BF4AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4AF8 is #40B507. Grayscale: #808080. Windows color (decimal): -4240648 or 16272063. OLE color: 16272063.
HSL color Cylindrical-coordinate representation of color #BF4AF8: hue angle of 280.34º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF4AF8 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 74 | 248 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.03 |
| HSL | 280.34º | 0.93% | 0.63% | - |
| HSV(B) | 280.34º | 0.7% | 0.97% | - |
| XYZ | 40.88 | 22.75 | 91.04 | - |
| YUV | 128.82 | 195.26 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 248 | 0.23 | 0.70 | 0 | 0.03 | 280.34 | 0.93 | 0.63 |
| Hex | BF | 4A | F8 | 17 | 46 | 0 | 3 | 118 | 5D | 3F |
| Octal | 277 | 112 | 370 | 27 | 106 | 0 | 3 | 430 | 135 | 77 |
| Binary | 10111111 | 1001010 | 11111000 | 10111 | 1000110 | 0 | 11 | 100011000 | 1011101 | 111111 |
Color Harmonies of #BF4AF8
Complementary color
Monochromatic Colors of #BF4AF8
Black with #BF4AF8
Text Example
Text Example
White with #BF4AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4AF8; }
p { color: rgb(191,74,248); }
H1.HeaderClassName
{
color: #BF4AF8;
}
.AnyTagClassName
{
color: #BF4AF8;
}
</style>
background-color css
<style>
a { background-color: #BF4AF8; }
a { background-color: rgb(191,74,248); }
div.DivClassName
{
background-color: #BF4AF8;
}
.BgClassName
{
background-color: #BF4AF8;
}
</style>
border-color css
<style>
span { border-color: #BF4AF8; }
span { border-color: rgb(191,74,248); }
td.TdClassName
{
border-color: #BF4AF8;
}
.TagClassName
{
border-color: #BF4AF8;
}
</style>