Shades of Medium Orchid #BC32F6
Tints of Medium Orchid #BC32F6
RGB
CMYK
RGB Variations
Color information
#BC32F6 (or 0xBC32F6) is known color: Medium Orchid. HEX triplet: BC, 32 and F6. RGB value is (188,50,246). Sum of RGB (Red+Green+Blue) = 188+50+246=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 50 (19.92% from 255 or 10.33% from 484); Blue value is 246 (96.48% from 255 or 50.83% from 484); Max value from RGB is 246 - color contains mainly: blue. Hex color #BC32F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC32F6 is #43CD09. Grayscale: #707070. Windows color (decimal): -4443402 or 16134844. OLE color: 16134844.
HSL color Cylindrical-coordinate representation of color #BC32F6: hue angle of 282.24º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC32F6 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 50 | 246 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.04 |
| HSL | 282.24º | 0.92% | 0.58% | - |
| HSV(B) | 282.24º | 0.8% | 0.96% | - |
| XYZ | 38.51 | 19.63 | 88.95 | - |
| YUV | 113.61 | 202.72 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 246 | 0.24 | 0.80 | 0 | 0.04 | 282.24 | 0.92 | 0.58 |
| Hex | BC | 32 | F6 | 18 | 50 | 0 | 4 | 11A | 5C | 3A |
| Octal | 274 | 62 | 366 | 30 | 120 | 0 | 4 | 432 | 134 | 72 |
| Binary | 10111100 | 110010 | 11110110 | 11000 | 1010000 | 0 | 100 | 100011010 | 1011100 | 111010 |
Color Harmonies of #BC32F6
Complementary color
Monochromatic Colors of #BC32F6
Black with #BC32F6
Text Example
Text Example
White with #BC32F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32F6; }
p { color: rgb(188,50,246); }
H1.HeaderClassName
{
color: #BC32F6;
}
.AnyTagClassName
{
color: #BC32F6;
}
</style>
background-color css
<style>
a { background-color: #BC32F6; }
a { background-color: rgb(188,50,246); }
div.DivClassName
{
background-color: #BC32F6;
}
.BgClassName
{
background-color: #BC32F6;
}
</style>
border-color css
<style>
span { border-color: #BC32F6; }
span { border-color: rgb(188,50,246); }
td.TdClassName
{
border-color: #BC32F6;
}
.TagClassName
{
border-color: #BC32F6;
}
</style>