Shades of Medium Orchid #BC32F3
Tints of Medium Orchid #BC32F3
RGB
CMYK
RGB Variations
Color information
#BC32F3 (or 0xBC32F3) is known color: Medium Orchid. HEX triplet: BC, 32 and F3. RGB value is (188,50,243). Sum of RGB (Red+Green+Blue) = 188+50+243=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 50 (19.92% from 255 or 10.40% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC32F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC32F3 is #43CD0C. Grayscale: #707070. Windows color (decimal): -4443405 or 15938236. OLE color: 15938236.
HSL color Cylindrical-coordinate representation of color #BC32F3: hue angle of 282.9º degrees, saturation: 0.89, 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 #BC32F3 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 50 | 243 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.05 |
| HSL | 282.9º | 0.89% | 0.57% | - |
| HSV(B) | 282.9º | 0.79% | 0.95% | - |
| XYZ | 38.06 | 19.44 | 86.54 | - |
| YUV | 113.26 | 201.22 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 243 | 0.23 | 0.79 | 0 | 0.05 | 282.9 | 0.89 | 0.57 |
| Hex | BC | 32 | F3 | 17 | 4F | 0 | 5 | 11B | 59 | 39 |
| Octal | 274 | 62 | 363 | 27 | 117 | 0 | 5 | 433 | 131 | 71 |
| Binary | 10111100 | 110010 | 11110011 | 10111 | 1001111 | 0 | 101 | 100011011 | 1011001 | 111001 |
Color Harmonies of #BC32F3
Complementary color
Monochromatic Colors of #BC32F3
Black with #BC32F3
Text Example
Text Example
White with #BC32F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32F3; }
p { color: rgb(188,50,243); }
H1.HeaderClassName
{
color: #BC32F3;
}
.AnyTagClassName
{
color: #BC32F3;
}
</style>
background-color css
<style>
a { background-color: #BC32F3; }
a { background-color: rgb(188,50,243); }
div.DivClassName
{
background-color: #BC32F3;
}
.BgClassName
{
background-color: #BC32F3;
}
</style>
border-color css
<style>
span { border-color: #BC32F3; }
span { border-color: rgb(188,50,243); }
td.TdClassName
{
border-color: #BC32F3;
}
.TagClassName
{
border-color: #BC32F3;
}
</style>