Shades of Medium Orchid #BC50FF
Tints of Medium Orchid #BC50FF
RGB
CMYK
RGB Variations
Color information
#BC50FF (or 0xBC50FF) is known color: Medium Orchid. HEX triplet: BC, 50 and FF. RGB value is (188,80,255). Sum of RGB (Red+Green+Blue) = 188+80+255=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 80 (31.64% from 255 or 15.30% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC50FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC50FF is #43AF00. Grayscale: #838383. Windows color (decimal): -4435713 or 16732348. OLE color: 16732348.
HSL color Cylindrical-coordinate representation of color #BC50FF: hue angle of 277.03º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC50FF is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 80 | 255 | - |
| CMYK | 0.26 | 0.69 | 0 | 0 |
| HSL | 277.03º | 1% | 0.66% | - |
| HSV(B) | 277.03º | 0.69% | 1% | - |
| XYZ | 41.66 | 23.65 | 96.98 | - |
| YUV | 132.24 | 197.28 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 255 | 0.26 | 0.69 | 0 | 0 | 277.03 | 1 | 0.66 |
| Hex | BC | 50 | FF | 1A | 45 | 0 | 0 | 115 | 64 | 42 |
| Octal | 274 | 120 | 377 | 32 | 105 | 0 | 0 | 425 | 144 | 102 |
| Binary | 10111100 | 1010000 | 11111111 | 11010 | 1000101 | 0 | 0 | 100010101 | 1100100 | 1000010 |
Color Harmonies of #BC50FF
Complementary color
Monochromatic Colors of #BC50FF
Black with #BC50FF
Text Example
Text Example
White with #BC50FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC50FF; }
p { color: rgb(188,80,255); }
H1.HeaderClassName
{
color: #BC50FF;
}
.AnyTagClassName
{
color: #BC50FF;
}
</style>
background-color css
<style>
a { background-color: #BC50FF; }
a { background-color: rgb(188,80,255); }
div.DivClassName
{
background-color: #BC50FF;
}
.BgClassName
{
background-color: #BC50FF;
}
</style>
border-color css
<style>
span { border-color: #BC50FF; }
span { border-color: rgb(188,80,255); }
td.TdClassName
{
border-color: #BC50FF;
}
.TagClassName
{
border-color: #BC50FF;
}
</style>