Shades of Medium Orchid #BC32F4
Tints of Medium Orchid #BC32F4
RGB
CMYK
RGB Variations
Color information
#BC32F4 (or 0xBC32F4) is known color: Medium Orchid. HEX triplet: BC, 32 and F4. RGB value is (188,50,244). Sum of RGB (Red+Green+Blue) = 188+50+244=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 50 (19.92% from 255 or 10.37% from 482); Blue value is 244 (95.70% from 255 or 50.62% from 482); Max value from RGB is 244 - color contains mainly: blue. Hex color #BC32F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC32F4 is #43CD0B. Grayscale: #707070. Windows color (decimal): -4443404 or 16003772. OLE color: 16003772.
HSL color Cylindrical-coordinate representation of color #BC32F4: hue angle of 282.68º degrees, saturation: 0.9, 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 #BC32F4 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 50 | 244 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.04 |
| HSL | 282.68º | 0.9% | 0.58% | - |
| HSV(B) | 282.68º | 0.8% | 0.96% | - |
| XYZ | 38.21 | 19.5 | 87.34 | - |
| YUV | 113.38 | 201.72 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 244 | 0.23 | 0.80 | 0 | 0.04 | 282.68 | 0.9 | 0.58 |
| Hex | BC | 32 | F4 | 17 | 50 | 0 | 4 | 11B | 5A | 3A |
| Octal | 274 | 62 | 364 | 27 | 120 | 0 | 4 | 433 | 132 | 72 |
| Binary | 10111100 | 110010 | 11110100 | 10111 | 1010000 | 0 | 100 | 100011011 | 1011010 | 111010 |
Color Harmonies of #BC32F4
Complementary color
Monochromatic Colors of #BC32F4
Black with #BC32F4
Text Example
Text Example
White with #BC32F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32F4; }
p { color: rgb(188,50,244); }
H1.HeaderClassName
{
color: #BC32F4;
}
.AnyTagClassName
{
color: #BC32F4;
}
</style>
background-color css
<style>
a { background-color: #BC32F4; }
a { background-color: rgb(188,50,244); }
div.DivClassName
{
background-color: #BC32F4;
}
.BgClassName
{
background-color: #BC32F4;
}
</style>
border-color css
<style>
span { border-color: #BC32F4; }
span { border-color: rgb(188,50,244); }
td.TdClassName
{
border-color: #BC32F4;
}
.TagClassName
{
border-color: #BC32F4;
}
</style>