Shades of Medium Orchid #BC62F5
Tints of Medium Orchid #BC62F5
RGB
CMYK
RGB Variations
Color information
#BC62F5 (or 0xBC62F5) is known color: Medium Orchid. HEX triplet: BC, 62 and F5. RGB value is (188,98,245). Sum of RGB (Red+Green+Blue) = 188+98+245=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 98 (38.67% from 255 or 18.46% from 531); Blue value is 245 (96.09% from 255 or 46.14% from 531); Max value from RGB is 245 - color contains mainly: blue. Hex color #BC62F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC62F5 is #439D0A. Grayscale: #8D8D8D. Windows color (decimal): -4431115 or 16081596. OLE color: 16081596.
HSL color Cylindrical-coordinate representation of color #BC62F5: hue angle of 276.73º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC62F5 is Cyan = 0.23, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 98 | 245 | - |
| CMYK | 0.23 | 0.6 | 0 | 0.04 |
| HSL | 276.73º | 0.88% | 0.67% | - |
| HSV(B) | 276.73º | 0.6% | 0.96% | - |
| XYZ | 41.59 | 26.02 | 89.22 | - |
| YUV | 141.67 | 186.32 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 245 | 0.23 | 0.6 | 0 | 0.04 | 276.73 | 0.88 | 0.67 |
| Hex | BC | 62 | F5 | 17 | 3C | 0 | 4 | 115 | 58 | 43 |
| Octal | 274 | 142 | 365 | 27 | 74 | 0 | 4 | 425 | 130 | 103 |
| Binary | 10111100 | 1100010 | 11110101 | 10111 | 111100 | 0 | 100 | 100010101 | 1011000 | 1000011 |
Color Harmonies of #BC62F5
Complementary color
Monochromatic Colors of #BC62F5
Black with #BC62F5
Text Example
Text Example
White with #BC62F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC62F5; }
p { color: rgb(188,98,245); }
H1.HeaderClassName
{
color: #BC62F5;
}
.AnyTagClassName
{
color: #BC62F5;
}
</style>
background-color css
<style>
a { background-color: #BC62F5; }
a { background-color: rgb(188,98,245); }
div.DivClassName
{
background-color: #BC62F5;
}
.BgClassName
{
background-color: #BC62F5;
}
</style>
border-color css
<style>
span { border-color: #BC62F5; }
span { border-color: rgb(188,98,245); }
td.TdClassName
{
border-color: #BC62F5;
}
.TagClassName
{
border-color: #BC62F5;
}
</style>