Shades of Medium Orchid #BF4CEA
Tints of Medium Orchid #BF4CEA
RGB
CMYK
RGB Variations
Color information
#BF4CEA (or 0xBF4CEA) is known color: Medium Orchid. HEX triplet: BF, 4C and EA. RGB value is (191,76,234). Sum of RGB (Red+Green+Blue) = 191+76+234=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF4CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4CEA is #40B315. Grayscale: #7F7F7F. Windows color (decimal): -4240150 or 15355071. OLE color: 15355071.
HSL color Cylindrical-coordinate representation of color #BF4CEA: hue angle of 283.67º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF4CEA is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 76 | 234 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.08 |
| HSL | 283.67º | 0.79% | 0.61% | - |
| HSV(B) | 283.67º | 0.68% | 0.92% | - |
| XYZ | 38.92 | 22.19 | 80.07 | - |
| YUV | 128.4 | 187.6 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 234 | 0.18 | 0.68 | 0 | 0.08 | 283.67 | 0.79 | 0.61 |
| Hex | BF | 4C | EA | 12 | 44 | 0 | 8 | 11C | 4F | 3D |
| Octal | 277 | 114 | 352 | 22 | 104 | 0 | 10 | 434 | 117 | 75 |
| Binary | 10111111 | 1001100 | 11101010 | 10010 | 1000100 | 0 | 1000 | 100011100 | 1001111 | 111101 |
Color Harmonies of #BF4CEA
Complementary color
Monochromatic Colors of #BF4CEA
Black with #BF4CEA
Text Example
Text Example
White with #BF4CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4CEA; }
p { color: rgb(191,76,234); }
H1.HeaderClassName
{
color: #BF4CEA;
}
.AnyTagClassName
{
color: #BF4CEA;
}
</style>
background-color css
<style>
a { background-color: #BF4CEA; }
a { background-color: rgb(191,76,234); }
div.DivClassName
{
background-color: #BF4CEA;
}
.BgClassName
{
background-color: #BF4CEA;
}
</style>
border-color css
<style>
span { border-color: #BF4CEA; }
span { border-color: rgb(191,76,234); }
td.TdClassName
{
border-color: #BF4CEA;
}
.TagClassName
{
border-color: #BF4CEA;
}
</style>