Shades of Medium Orchid #BC2FDA
Tints of Medium Orchid #BC2FDA
RGB
CMYK
RGB Variations
Color information
#BC2FDA (or 0xBC2FDA) is known color: Medium Orchid. HEX triplet: BC, 2F and DA. RGB value is (188,47,218). Sum of RGB (Red+Green+Blue) = 188+47+218=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC2FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FDA is #43D025. Grayscale: #6C6C6C. Windows color (decimal): -4444198 or 14299068. OLE color: 14299068.
HSL color Cylindrical-coordinate representation of color #BC2FDA: hue angle of 289.47º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2FDA is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 47 | 218 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.15 |
| HSL | 289.47º | 0.7% | 0.52% | - |
| HSV(B) | 289.47º | 0.78% | 0.85% | - |
| XYZ | 34.41 | 17.79 | 67.95 | - |
| YUV | 108.65 | 189.71 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 218 | 0.14 | 0.78 | 0 | 0.15 | 289.47 | 0.7 | 0.52 |
| Hex | BC | 2F | DA | E | 4E | 0 | F | 121 | 46 | 34 |
| Octal | 274 | 57 | 332 | 16 | 116 | 0 | 17 | 441 | 106 | 64 |
| Binary | 10111100 | 101111 | 11011010 | 1110 | 1001110 | 0 | 1111 | 100100001 | 1000110 | 110100 |
Color Harmonies of #BC2FDA
Complementary color
Monochromatic Colors of #BC2FDA
Black with #BC2FDA
Text Example
Text Example
White with #BC2FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2FDA; }
p { color: rgb(188,47,218); }
H1.HeaderClassName
{
color: #BC2FDA;
}
.AnyTagClassName
{
color: #BC2FDA;
}
</style>
background-color css
<style>
a { background-color: #BC2FDA; }
a { background-color: rgb(188,47,218); }
div.DivClassName
{
background-color: #BC2FDA;
}
.BgClassName
{
background-color: #BC2FDA;
}
</style>
border-color css
<style>
span { border-color: #BC2FDA; }
span { border-color: rgb(188,47,218); }
td.TdClassName
{
border-color: #BC2FDA;
}
.TagClassName
{
border-color: #BC2FDA;
}
</style>