Shades of Medium Orchid #BC42FC
Tints of Medium Orchid #BC42FC
RGB
CMYK
RGB Variations
Color information
#BC42FC (or 0xBC42FC) is known color: Medium Orchid. HEX triplet: BC, 42 and FC. RGB value is (188,66,252). Sum of RGB (Red+Green+Blue) = 188+66+252=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 66 (26.17% from 255 or 13.04% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC42FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC42FC is #43BD03. Grayscale: #7B7B7B. Windows color (decimal): -4439300 or 16532156. OLE color: 16532156.
HSL color Cylindrical-coordinate representation of color #BC42FC: hue angle of 279.35º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC42FC is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 66 | 252 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.01 |
| HSL | 279.35º | 0.97% | 0.62% | - |
| HSV(B) | 279.35º | 0.74% | 0.99% | - |
| XYZ | 40.26 | 21.62 | 94.15 | - |
| YUV | 123.68 | 200.42 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 252 | 0.25 | 0.74 | 0 | 0.01 | 279.35 | 0.97 | 0.62 |
| Hex | BC | 42 | FC | 19 | 4A | 0 | 1 | 117 | 61 | 3E |
| Octal | 274 | 102 | 374 | 31 | 112 | 0 | 1 | 427 | 141 | 76 |
| Binary | 10111100 | 1000010 | 11111100 | 11001 | 1001010 | 0 | 1 | 100010111 | 1100001 | 111110 |
Color Harmonies of #BC42FC
Complementary color
Monochromatic Colors of #BC42FC
Black with #BC42FC
Text Example
Text Example
White with #BC42FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC42FC; }
p { color: rgb(188,66,252); }
H1.HeaderClassName
{
color: #BC42FC;
}
.AnyTagClassName
{
color: #BC42FC;
}
</style>
background-color css
<style>
a { background-color: #BC42FC; }
a { background-color: rgb(188,66,252); }
div.DivClassName
{
background-color: #BC42FC;
}
.BgClassName
{
background-color: #BC42FC;
}
</style>
border-color css
<style>
span { border-color: #BC42FC; }
span { border-color: rgb(188,66,252); }
td.TdClassName
{
border-color: #BC42FC;
}
.TagClassName
{
border-color: #BC42FC;
}
</style>