Shades of Medium Orchid #BC4AF4
Tints of Medium Orchid #BC4AF4
RGB
CMYK
RGB Variations
Color information
#BC4AF4 (or 0xBC4AF4) is known color: Medium Orchid. HEX triplet: BC, 4A and F4. RGB value is (188,74,244). Sum of RGB (Red+Green+Blue) = 188+74+244=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 74 (29.30% from 255 or 14.62% from 506); Blue value is 244 (95.70% from 255 or 48.22% from 506); Max value from RGB is 244 - color contains mainly: blue. Hex color #BC4AF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4AF4 is #43B50B. Grayscale: #7E7E7E. Windows color (decimal): -4437260 or 16009916. OLE color: 16009916.
HSL color Cylindrical-coordinate representation of color #BC4AF4: hue angle of 280.24º 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 #BC4AF4 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 74 | 244 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.04 |
| HSL | 280.24º | 0.89% | 0.62% | - |
| HSV(B) | 280.24º | 0.7% | 0.96% | - |
| XYZ | 39.52 | 22.12 | 87.77 | - |
| YUV | 127.47 | 193.77 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 244 | 0.23 | 0.70 | 0 | 0.04 | 280.24 | 0.89 | 0.62 |
| Hex | BC | 4A | F4 | 17 | 46 | 0 | 4 | 118 | 59 | 3E |
| Octal | 274 | 112 | 364 | 27 | 106 | 0 | 4 | 430 | 131 | 76 |
| Binary | 10111100 | 1001010 | 11110100 | 10111 | 1000110 | 0 | 100 | 100011000 | 1011001 | 111110 |
Color Harmonies of #BC4AF4
Complementary color
Monochromatic Colors of #BC4AF4
Black with #BC4AF4
Text Example
Text Example
White with #BC4AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4AF4; }
p { color: rgb(188,74,244); }
H1.HeaderClassName
{
color: #BC4AF4;
}
.AnyTagClassName
{
color: #BC4AF4;
}
</style>
background-color css
<style>
a { background-color: #BC4AF4; }
a { background-color: rgb(188,74,244); }
div.DivClassName
{
background-color: #BC4AF4;
}
.BgClassName
{
background-color: #BC4AF4;
}
</style>
border-color css
<style>
span { border-color: #BC4AF4; }
span { border-color: rgb(188,74,244); }
td.TdClassName
{
border-color: #BC4AF4;
}
.TagClassName
{
border-color: #BC4AF4;
}
</style>