Shades of Medium Orchid #BC3FFC
Tints of Medium Orchid #BC3FFC
RGB
CMYK
RGB Variations
Color information
#BC3FFC (or 0xBC3FFC) is known color: Medium Orchid. HEX triplet: BC, 3F and FC. RGB value is (188,63,252). Sum of RGB (Red+Green+Blue) = 188+63+252=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 63 (25% from 255 or 12.52% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC3FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3FFC is #43C003. Grayscale: #797979. Windows color (decimal): -4440068 or 16531388. OLE color: 16531388.
HSL color Cylindrical-coordinate representation of color #BC3FFC: hue angle of 279.68º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC3FFC is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 63 | 252 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.01 |
| HSL | 279.68º | 0.97% | 0.62% | - |
| HSV(B) | 279.68º | 0.75% | 0.99% | - |
| XYZ | 40.09 | 21.27 | 94.09 | - |
| YUV | 121.92 | 201.41 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 252 | 0.25 | 0.75 | 0 | 0.01 | 279.68 | 0.97 | 0.62 |
| Hex | BC | 3F | FC | 19 | 4B | 0 | 1 | 118 | 61 | 3E |
| Octal | 274 | 77 | 374 | 31 | 113 | 0 | 1 | 430 | 141 | 76 |
| Binary | 10111100 | 111111 | 11111100 | 11001 | 1001011 | 0 | 1 | 100011000 | 1100001 | 111110 |
Color Harmonies of #BC3FFC
Complementary color
Monochromatic Colors of #BC3FFC
Black with #BC3FFC
Text Example
Text Example
White with #BC3FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3FFC; }
p { color: rgb(188,63,252); }
H1.HeaderClassName
{
color: #BC3FFC;
}
.AnyTagClassName
{
color: #BC3FFC;
}
</style>
background-color css
<style>
a { background-color: #BC3FFC; }
a { background-color: rgb(188,63,252); }
div.DivClassName
{
background-color: #BC3FFC;
}
.BgClassName
{
background-color: #BC3FFC;
}
</style>
border-color css
<style>
span { border-color: #BC3FFC; }
span { border-color: rgb(188,63,252); }
td.TdClassName
{
border-color: #BC3FFC;
}
.TagClassName
{
border-color: #BC3FFC;
}
</style>