Shades of Medium Orchid #BC32F0
Tints of Medium Orchid #BC32F0
RGB
CMYK
RGB Variations
Color information
#BC32F0 (or 0xBC32F0) is known color: Medium Orchid. HEX triplet: BC, 32 and F0. RGB value is (188,50,240). Sum of RGB (Red+Green+Blue) = 188+50+240=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 50 (19.92% from 255 or 10.46% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC32F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC32F0 is #43CD0F. Grayscale: #707070. Windows color (decimal): -4443408 or 15741628. OLE color: 15741628.
HSL color Cylindrical-coordinate representation of color #BC32F0: hue angle of 283.58º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC32F0 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 50 | 240 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.06 |
| HSL | 283.58º | 0.86% | 0.57% | - |
| HSV(B) | 283.58º | 0.79% | 0.94% | - |
| XYZ | 37.61 | 19.26 | 84.17 | - |
| YUV | 112.92 | 199.72 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 240 | 0.22 | 0.79 | 0 | 0.06 | 283.58 | 0.86 | 0.57 |
| Hex | BC | 32 | F0 | 16 | 4F | 0 | 6 | 11C | 56 | 39 |
| Octal | 274 | 62 | 360 | 26 | 117 | 0 | 6 | 434 | 126 | 71 |
| Binary | 10111100 | 110010 | 11110000 | 10110 | 1001111 | 0 | 110 | 100011100 | 1010110 | 111001 |
Color Harmonies of #BC32F0
Complementary color
Monochromatic Colors of #BC32F0
Black with #BC32F0
Text Example
Text Example
White with #BC32F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32F0; }
p { color: rgb(188,50,240); }
H1.HeaderClassName
{
color: #BC32F0;
}
.AnyTagClassName
{
color: #BC32F0;
}
</style>
background-color css
<style>
a { background-color: #BC32F0; }
a { background-color: rgb(188,50,240); }
div.DivClassName
{
background-color: #BC32F0;
}
.BgClassName
{
background-color: #BC32F0;
}
</style>
border-color css
<style>
span { border-color: #BC32F0; }
span { border-color: rgb(188,50,240); }
td.TdClassName
{
border-color: #BC32F0;
}
.TagClassName
{
border-color: #BC32F0;
}
</style>