Shades of Medium Orchid #BC52F4
Tints of Medium Orchid #BC52F4
RGB
CMYK
RGB Variations
Color information
#BC52F4 (or 0xBC52F4) is known color: Medium Orchid. HEX triplet: BC, 52 and F4. RGB value is (188,82,244). Sum of RGB (Red+Green+Blue) = 188+82+244=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 82 (32.42% from 255 or 15.95% from 514); Blue value is 244 (95.70% from 255 or 47.47% from 514); Max value from RGB is 244 - color contains mainly: blue. Hex color #BC52F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC52F4 is #43AD0B. Grayscale: #838383. Windows color (decimal): -4435212 or 16011964. OLE color: 16011964.
HSL color Cylindrical-coordinate representation of color #BC52F4: hue angle of 279.26º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC52F4 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 82 | 244 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.04 |
| HSL | 279.26º | 0.88% | 0.64% | - |
| HSV(B) | 279.26º | 0.66% | 0.96% | - |
| XYZ | 40.09 | 23.26 | 87.96 | - |
| YUV | 132.16 | 191.12 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 244 | 0.23 | 0.66 | 0 | 0.04 | 279.26 | 0.88 | 0.64 |
| Hex | BC | 52 | F4 | 17 | 42 | 0 | 4 | 117 | 58 | 40 |
| Octal | 274 | 122 | 364 | 27 | 102 | 0 | 4 | 427 | 130 | 100 |
| Binary | 10111100 | 1010010 | 11110100 | 10111 | 1000010 | 0 | 100 | 100010111 | 1011000 | 1000000 |
Color Harmonies of #BC52F4
Complementary color
Monochromatic Colors of #BC52F4
Black with #BC52F4
Text Example
Text Example
White with #BC52F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC52F4; }
p { color: rgb(188,82,244); }
H1.HeaderClassName
{
color: #BC52F4;
}
.AnyTagClassName
{
color: #BC52F4;
}
</style>
background-color css
<style>
a { background-color: #BC52F4; }
a { background-color: rgb(188,82,244); }
div.DivClassName
{
background-color: #BC52F4;
}
.BgClassName
{
background-color: #BC52F4;
}
</style>
border-color css
<style>
span { border-color: #BC52F4; }
span { border-color: rgb(188,82,244); }
td.TdClassName
{
border-color: #BC52F4;
}
.TagClassName
{
border-color: #BC52F4;
}
</style>