Shades of Medium Orchid #BC32F1
Tints of Medium Orchid #BC32F1
RGB
CMYK
RGB Variations
Color information
#BC32F1 (or 0xBC32F1) is known color: Medium Orchid. HEX triplet: BC, 32 and F1. RGB value is (188,50,241). Sum of RGB (Red+Green+Blue) = 188+50+241=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC32F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC32F1 is #43CD0E. Grayscale: #707070. Windows color (decimal): -4443407 or 15807164. OLE color: 15807164.
HSL color Cylindrical-coordinate representation of color #BC32F1: hue angle of 283.35º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC32F1 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 50 | 241 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.05 |
| HSL | 283.35º | 0.87% | 0.57% | - |
| HSV(B) | 283.35º | 0.79% | 0.95% | - |
| XYZ | 37.76 | 19.32 | 84.96 | - |
| YUV | 113.04 | 200.22 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 241 | 0.22 | 0.79 | 0 | 0.05 | 283.35 | 0.87 | 0.57 |
| Hex | BC | 32 | F1 | 16 | 4F | 0 | 5 | 11B | 57 | 39 |
| Octal | 274 | 62 | 361 | 26 | 117 | 0 | 5 | 433 | 127 | 71 |
| Binary | 10111100 | 110010 | 11110001 | 10110 | 1001111 | 0 | 101 | 100011011 | 1010111 | 111001 |
Color Harmonies of #BC32F1
Complementary color
Monochromatic Colors of #BC32F1
Black with #BC32F1
Text Example
Text Example
White with #BC32F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32F1; }
p { color: rgb(188,50,241); }
H1.HeaderClassName
{
color: #BC32F1;
}
.AnyTagClassName
{
color: #BC32F1;
}
</style>
background-color css
<style>
a { background-color: #BC32F1; }
a { background-color: rgb(188,50,241); }
div.DivClassName
{
background-color: #BC32F1;
}
.BgClassName
{
background-color: #BC32F1;
}
</style>
border-color css
<style>
span { border-color: #BC32F1; }
span { border-color: rgb(188,50,241); }
td.TdClassName
{
border-color: #BC32F1;
}
.TagClassName
{
border-color: #BC32F1;
}
</style>